Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.21 KB

Simple Flasher

A cross-platform GUI application that allows you to install firmware on your esp8266 with one button.

What is it for

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

Features

  • Automatic device discovery
  • Installing serial driver for Windows
  • Embedded firmware file
  • Localization support

Supported chips

  • ESP8266
  • ESP32

Building and running from source

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

Credits

iced project for allowing me to create a user interface like this!

espflash project with basic esp firmware flashing methods