mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Fix WifiAP bug
This commit is contained in:
parent
95aa10aa4f
commit
08bd6e448d
@ -132,7 +132,7 @@ void wifiSetup(JsonObject settings)
|
||||
|
||||
wifiSetConfig(settings);
|
||||
|
||||
if(wifiSsid == "") {
|
||||
if(strlen(wifiSsid) == 0) {
|
||||
String apSsdid = F("HASP-");
|
||||
apSsdid += wifiGetMacAddress(3, "");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user