You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 942][V][WiFiGeneric.cpp:314] _arduino_event_cb(): STA Started
[ 943][D][WiFiGeneric.cpp:967] _eventCallback(): Arduino Event: 2 - STA_START
[ 946][V][WiFiGeneric.cpp:319] _arduino_event_cb(): STA Stopped
[ 950][D][WiFiGeneric.cpp:967] _eventCallback(): Arduino Event: 3 - STA_STOP
[ 960][W][WiFiGeneric.cpp:1268] getMode(): WiFi not started
[ 963][E][WiFiGeneric.cpp:1224] mode(): Could not set mode! 12289
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Using branch
esp32s2
withPlataformIO
andbuild_flags = -DCORE_DEBUG_LEVEL=5
Minimal sketch:
Output:
With error code 12289 = ESP_ERR_WIFI_NOT_INIT
This assignment:
arduino-esp32/libraries/WiFi/src/WiFiGeneric.cpp
Line 568 in baaff84
Should be
lowLevelInitDone = !(esp_wifi_deinit() == ESP_OK);
The text was updated successfully, but these errors were encountered: