aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-01-07 12:58:38 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-01-07 12:58:38 +0000
commitf735bbf9d83ebc3987134037335be79027c87744 (patch)
tree738d736c0cd188683f17f433a147ab093deb4bd1 /config.h
parent792bc7107da481b0e8f86d79df61b8de740e70cb (diff)
Set oled timeout to 60000ms - 1 Minute
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 5307073..c09791a 100644
--- a/config.h
+++ b/config.h
@@ -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