8000
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 2bda4a9 commit ec40c4cCopy full SHA for ec40c4c
libraries/ESP32/examples/DeepSleep/TimerWakeUp/TimerWakeUp.ino
@@ -19,7 +19,7 @@ Author:
19
Pranav Cherukupalli <cherukupallip@gmail.com>
20
*/
21
22
-#define uS_TO_S_FACTOR 1000000 /* Conversion factor for micro seconds to seconds */
+#define uS_TO_S_FACTOR 1000000ULL /* Conversion factor for micro seconds to seconds */
23
#define TIME_TO_SLEEP 5 /* Time ESP32 will go to sleep (in seconds) */
24
25
RTC_DATA_ATTR int bootCount = 0;
0 commit comments