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
785 stars 105 forks source link

Is there a way to do OTA updates in rust? #126

Closed mangelajo closed 1 year ago

ivmarkov commented 1 year ago

This should help.

mangelajo commented 1 year ago

That's awesome!, testing it right now :)