mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 10:21:40 +00:00
Add semicolon
This commit is contained in:
parent
88d6850c82
commit
fc0eb7de46
@ -209,7 +209,7 @@ bool initWifi(bool forceSoftAP)
|
|||||||
DEBUG_MSG("Starting (Forced) WIFI AP: ssid=%s, ok=%d\n", softAPssid, ok);
|
DEBUG_MSG("Starting (Forced) WIFI AP: ssid=%s, ok=%d\n", softAPssid, ok);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
int ok = WiFi.softAP(wifiName, wifiPsw)
|
int ok = WiFi.softAP(wifiName, wifiPsw);
|
||||||
DEBUG_MSG("Starting WIFI AP: ssid=%s, ok=%d\n", wifiName, ok);
|
DEBUG_MSG("Starting WIFI AP: ssid=%s, ok=%d\n", wifiName, ok);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user