We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9163b68 commit d55df39Copy full SHA for d55df39
examples/Inkplate2/Projects/Inkplate2_OpenMeteo_Weather_Station/Inkplate2_OpenMeteo_Weather_Station.ino
@@ -48,7 +48,7 @@ Gui gui(inkplate); // Drawing visuals and info
48
49
// --- Deep Sleep Configuration ---
50
#define uS_TO_S_FACTOR 1000000 // Convert microseconds to seconds
51
-#define TIME_TO_SLEEP 120 // Sleep time: 1800 seconds = 30 minutes
+#define TIME_TO_SLEEP 600 // Sleep time: 600 seconds = 10 minutes
52
53
// Add this above setup()
54
RTC_DATA_ATTR int bootCount = 0; // This variable persists across deep sleep resets
0 commit comments