Skip to content

Commit 73e06bd

Browse files
committed
Merge pull request #627 from Protoneer/patch-2
Fixed wrongly pasted comment
2 parents bfc6b27 + 4bad17d commit 73e06bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src/ESP8266WiFi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ int ESP8266WiFiClass::softAPdisconnect(bool wifioff)
194194
_useApMode = false;
195195

196196
if( _useClientMode) {
197-
// turn on AP
197+
// turn on STA
198198
_mode(WIFI_STA);
199199
} else {
200200
// turn wifi off

0 commit comments

Comments
 (0)