Fix WifiAP bug

This commit is contained in:
fvanroie 2020-02-24 23:12:02 +01:00
parent 95aa10aa4f
commit 08bd6e448d

View File

@ -132,7 +132,7 @@ void wifiSetup(JsonObject settings)
wifiSetConfig(settings);
if(wifiSsid == "") {
if(strlen(wifiSsid) == 0) {
String apSsdid = F("HASP-");
apSsdid += wifiGetMacAddress(3, "");