diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-07 12:58:38 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-07 12:58:38 +0000 |
commit | f735bbf9d83ebc3987134037335be79027c87744 (patch) | |
tree | 738d736c0cd188683f17f433a147ab093deb4bd1 | |
parent | 792bc7107da481b0e8f86d79df61b8de740e70cb (diff) |
Set oled timeout to 60000ms - 1 Minute
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #define OLED_IC OLED_IC_SSD1306 #define OLED_DISPLAY_ADDRESS 0x3C #define OLED_BRIGHTNESS 255 -#define OLED_TIMEOUT 0 // 60000ms is default +#define OLED_TIMEOUT 60000 // 60000ms is default /* * Feature disable options |