mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 20:21:38 +02:00
wifi debug
This commit is contained in:
parent
22ae6d2e22
commit
6721c8bbc1
4 changed files with 105 additions and 26 deletions
|
@ -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")])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue