Skip to content

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

Notifications You must be signed in to change notification settings

kizeevov/simple-flasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks