mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +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);
|
||||
|
||||
} 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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user