esp32-tokio-demo icon indicating copy to clipboard operation
esp32-tokio-demo copied to clipboard

Updates for ESP-IDF 5.4.2

Open jboynes opened this issue 4 months ago • 0 comments

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_poll as I believe esp32 is now supported
  • Make build.rs use embuild::espidf::sysenv::output(); to match training library
  • Use esp toolchain channel rather than nightly
  • Remove esp_add_desc as it seems to conflict with reproducible builds
  • Add wifi parameter to closures in connect loop

Tested on macOS against ESP-RUST DevKit (esp32c3)

jboynes avatar Jul 21 '25 20:07 jboynes