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
IDF version (run git describe --tags to find it): master branch
Problem Description
Is it ok that in both STA and AP init functions (here and here) esp_wifi_set_default_wifi_sta_handlers() is used? Maybe in AP init should be used esp_wifi_set_default_wifi_ap_handlers()?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Init WiFi STA instead of AP
Init WiFi STA instead of AP (IDFGH-3958)
Sep 9, 2020
Environment
git describe --tags
to find it): master branchProblem Description
Is it ok that in both STA and AP init functions (here and here)
esp_wifi_set_default_wifi_sta_handlers()
is used? Maybe in AP init should be usedesp_wifi_set_default_wifi_ap_handlers()
?The text was updated successfully, but these errors were encountered: