set oled timeout

This commit is contained in:
Marius Alwan Meyer 2023-05-31 20:36:23 +02:00
parent 741c2f3ff9
commit f7ab69f12d

View File

@ -39,4 +39,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef OLED_ENABLE #ifdef OLED_ENABLE
#define OLED_BRIGHTNESS 100 #define OLED_BRIGHTNESS 100
#define OLED_TIMEOUT 1800000 // 30 minutes
#endif #endif