We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146072c commit 989eeb5Copy full SHA for 989eeb5
hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src/ESP8266WiFi.cpp
@@ -47,7 +47,7 @@ ESP8266WiFiClass::ESP8266WiFiClass()
47
{
48
uint8 m = wifi_get_opmode();
49
_useClientMode = (m & WIFI_STA);
50
- _useApMode = (m & WIFI_AP_STA);
+ _useApMode = (m & WIFI_AP);
51
wifi_set_event_handler_cb((wifi_event_handler_cb_t)&ESP8266WiFiClass::_eventCallback);
52
}
53
0 commit comments