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
So, now wifi module is working. But I have some issues with sta mode while ap mode working well.
Please, add the missing line to the source code so that the firmware can be fully used.
The text was updated successfully, but these errors were encountered:
Expected behavior
Normal working with
wifi
moduleActual behavior
After
idf.py set-target esp32c3
andmake
I have suspicious small size of firmware and errors for mention of thewifi
module.Test code
Any commands like
wifi.start()
orwifi.mode(wifi.STATION, true)
etcHardware
ESP32C3 supermini with external USB-UART adapter, connected to GPIO20 & GPIO21.
Later I found out that the
components/modules/CMakeLists.txt
file was missing a line${wifi_modules}
So, now
wifi
module is working. But I have some issues withsta
mode whileap
mode working well.Please, add the missing line to the source code so that the firmware can be fully used.
The text was updated successfully, but these errors were encountered: