mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Prepare release v2.2.3
This commit is contained in:
parent
47ff9bb51f
commit
56c6fa0086
6 changed files with 7 additions and 6 deletions
1
Web.cpp
1
Web.cpp
|
|
@ -1954,6 +1954,7 @@ void Web::begin() {
|
|||
});
|
||||
server.on("/scanaps", []() {
|
||||
webServer.sendCORSHeaders(server);
|
||||
if(server.method() == HTTP_OPTIONS) { server.send(200, "OK"); return; }
|
||||
int statusCode = 200;
|
||||
int n = WiFi.scanNetworks();
|
||||
Serial.print("Scanned ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue