esp32-tokio-demo
esp32-tokio-demo copied to clipboard
Updates for ESP-IDF 5.4.2
Thanks for providing this demo.
I had some build errors compiling with the current stable verison of ESP-IDF, v5.4.2, and had to make some changes to accommodate. Providing this PR in case it's helpful.
Changes were:
- Update versions
- Remove
mio_unsupported_force_poll_pollas I believe esp32 is now supported - Make
build.rsuseembuild::espidf::sysenv::output();to match training library - Use
esptoolchain channel rather thannightly - Remove
esp_add_descas it seems to conflict with reproducible builds - Add
wifiparameter to closures in connect loop
Tested on macOS against ESP-RUST DevKit (esp32c3)