Skip to content

Commit

Permalink
Reduce Going to sleep timer
Browse files Browse the repository at this point in the history
  • Loading branch information
gemi254 committed Apr 27, 2024
1 parent 2baa2e6 commit 68f884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RTC_DATA_ATTR int bootCntError = 0;
uint16_t adcVolt = 0;

// Timers
unsigned long sleepTimerCountdown = 0; // Going to sleep timer
unsigned long sleepTimerCountdown = 1000; // Going to sleep timer
unsigned long sensorReadMs = 0; // Sensors read inteval
unsigned long sensorLogMs = 0; // Sensors log inteval
unsigned long sleepCheckMs = 0; // Check for sleep interval
Expand Down

0 comments on commit 68f884d

Please sign in to comment.