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

Fix recent napt changes #107

Closed mqus closed 2 years ago

mqus commented 2 years ago

I tried to run the example just now and happened to have an error here ("enable_napt not found in this scope").

I assume this was a typo and I was unlucky (change is now 10h ago :D)

On another note: I also had errors because of the issue https://github.com/esp-rs/esp-idf-svc/pull/98 solved, so I had to switch to the git master for that dep. But I guess it's better to wait until a new version is released there.