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.
2 parents 475cc7f + 93ab13d commit d520038Copy full SHA for d520038
platformio.ini
@@ -52,7 +52,7 @@ build_flags =
52
${env.build_flags}
53
'-D CAMERA_MODEL_M5STACK_PSRAM'
54
'-D NAME="GROUNDLIGHT_DEMO_UNIT"'
55
-# '-D ENABLE_AP'
+ '-D ENABLE_AP'
56
lib_deps =
57
${env.lib_deps}
58
https://github.com/me-no-dev/ESPAsyncWebServer.git#master
src/deployable_example.cpp
@@ -170,7 +170,7 @@ int start_hr = 8;
170
int end_hr = 17;
171
172
bool disable_deep_sleep_for_notifications = false;
173
-bool disable_deep_sleep_until_reset = false;
+bool disable_deep_sleep_until_reset = true;
174
float targetConfidence = 0.9;
175
int retryLimit = 10;
176
0 commit comments