mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Added 5 second wdt #349
This commit is contained in:
parent
2feb420551
commit
d64103f259
10 changed files with 50 additions and 48 deletions
|
|
@ -658,6 +658,7 @@ void WifiSettings::printNetworks() {
|
|||
Serial.print(WiFi.BSSIDstr(i));
|
||||
Serial.println();
|
||||
}
|
||||
|
||||
}
|
||||
bool WifiSettings::ssidExists(const char *ssid) {
|
||||
int n = WiFi.scanNetworks(false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue