wifi debug

This commit is contained in:
lumapu 2023-01-25 22:28:10 +01:00
parent 22ae6d2e22
commit 6721c8bbc1
4 changed files with 105 additions and 26 deletions

View file

@ -601,6 +601,7 @@ class RestApi {
bool setSetup(JsonObject jsonIn, JsonObject jsonOut) {
if(F("scan_wifi") == jsonIn[F("cmd")]) {
DPRINTLN(DBG_INFO, F("rqst scan"));
mApp->scanAvailNetworks();
}
else if(F("set_time") == jsonIn[F("cmd")])