-
Notifications
You must be signed in to change notification settings - Fork 225
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
Example wifi_embassy_dhcp not working #1807
Comments
Hmm, works on my UPD: Also try to reset the chip couple of times, I've had this happen multiple times and it helped 😄 . |
@DBLouis Let us know how it goes when you get to it, please 😉 |
I tried again, let it run longer, and restarted several time. It run the example with this command: Also my board is ESP-32 Dev Kit C V4. |
Never mind, it works fine. I was using an AP with WIFI AC, which is not supported by the chip. WIFI N works fine of course. |
I tried running the
wifi_embassy_dhcp
example on my ESP32 without success. The other examplewifi_dhcp
work correctly.I just cloned this repository and run the example as-is, changing only the SSID and PASSWORD environment variables.
This is the output I get in serial connection:
The text was updated successfully, but these errors were encountered: