mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-14 13:41:23 +03:00
Fixed wrongly pasted Comment
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user