-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32 IDF 5.3.1 example SoftAP_STA can't work (IDFGH-14197) #14995
Comments
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) load:0x40080404,len:3904 I (3711) wifi:dp: 1, bi: 102400, li: 3, scale listen interval from 307200 us to 307200 us This is the log of softap_sta, showing that WiFi is not available |
This softap_sta example does not work with vscode IDF plugin 5.3.1 and 5.2.3 esp32, showing that the network is not working properly, 5.2.1 works with platformio, my esp32 is esp32 wroom |
I (11730) WiFi SoftAP: Station 62:8f:d9:26:f5:2e joined, AID=1 |
This can be executed on ESP32-U4WDH, but not on ESP32-D0WD-V3 |
Answers checklist.
General issue report
The SoftAP_STA can't work in the IDF 5.3.1, but it can work in the IDF 5.2.1,I've checked it.I was in the process of migrating my project from IDF5.2.1 to 5.3.1 and discovered this issue.
The text was updated successfully, but these errors were encountered: