Skip to content

Commit d520038

Browse files
authored
Merge pull request #35 from groundlight/enable_ap
Enable ap
2 parents 475cc7f + 93ab13d commit d520038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ build_flags =
5252
${env.build_flags}
5353
'-D CAMERA_MODEL_M5STACK_PSRAM'
5454
'-D NAME="GROUNDLIGHT_DEMO_UNIT"'
55-
# '-D ENABLE_AP'
55+
'-D ENABLE_AP'
5656
lib_deps =
5757
${env.lib_deps}
5858
https://github.com/me-no-dev/ESPAsyncWebServer.git#master

src/deployable_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ int start_hr = 8;
170170
int end_hr = 17;
171171

172172
bool disable_deep_sleep_for_notifications = false;
173-
bool disable_deep_sleep_until_reset = false;
173+
bool disable_deep_sleep_until_reset = true;
174174
float targetConfidence = 0.9;
175175
int retryLimit = 10;
176176

0 commit comments

Comments
 (0)