Skip to content

Commit

Permalink
v0.2.51 freezed versions. Increased deepsleep to 15mins
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Sep 23, 2023
1 parent 159a41c commit 67a636d
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 @@ -25,7 +25,7 @@
#include <Sensors.hpp>

#define DEEP_SLEEP_MODE 1 // eInk and esp32 hibernate support (recommended)
#define DEEP_SLEEP_TIME 60 // 600s (10m) or more (battery saving)
#define DEEP_SLEEP_TIME 900 // 900s (15m) or more (battery saving)
#define SLEEP_USB_TIME 15 // 15s when the USB is connected or DEEP_SLEEP_MODE is 0
#define BEEP_ENABLE 1 // Eneble AQI high level alarm:
#define PM25_ALARM_BEEP 150 // PM2.5 level to trigger alarm
Expand Down

0 comments on commit 67a636d

Please sign in to comment.