ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
784 stars 105 forks source link

Change version of `esp-idf-svc`, fixes #108 #109

Closed michidk closed 2 years ago

ivmarkov commented 2 years ago

Thanks and note that a simple cargo update achieves the same.

michidk commented 2 years ago

@ivmarkov Yep. However, I wanted to make sure that no other new users are hitting the same error.