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 issue with ethernet code and import modules into experimental mod #69

Closed mike1703 closed 2 years ago

mike1703 commented 2 years ago

The qemu ethernet code now works again. And an additional compile error is now fixed as the code inside the experimental mod did not see imports in the main code.

ivmarkov commented 2 years ago

Thanks!