1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Merge pull request #627 from Protoneer/patch-2

Fixed wrongly pasted comment
This commit is contained in:
Ivan Grokhotkov 2015-07-30 09:42:25 +03:00
commit b030a37bf1

View File

@ -194,7 +194,7 @@ int ESP8266WiFiClass::softAPdisconnect(bool wifioff)
_useApMode = false; _useApMode = false;
if( _useClientMode) { if( _useClientMode) {
// turn on AP // turn on STA
_mode(WIFI_STA); _mode(WIFI_STA);
} else { } else {
// turn wifi off // turn wifi off