A cross-platform GUI application that allows you to install firmware on your esp8266 with one button.
You have an ESP device for which you want to release new firmware versions, and you want users to be able to install on their devices without any problems
- Automatic device discovery
- Installing serial driver for Windows
- Embedded firmware file
- Localization support
- ESP8266
- ESP32
First you must install Rust.
Then, clone the project and run:
cargo build
For a release optimized build run:
cargo build --release
Run the command to run the application:
cargo run
iced project for allowing me to create a user interface like this!
espflash project with basic esp firmware flashing methods