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