vitalogy / esptool-gui

GUI wrapper for ESP8266 ROM Bootloader utility esptool.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esptool-gui

GUI wrapper for ESP8266 ROM Bootloader utility esptool.py

You can create any number of configurations (e.g. for several modules or SDKs or just for several projects, etc...)
To add a new configuration just modify current value of the 'Configuration' combobox.
Current configuration will be saved on exit or when the 'Save' button will be pressed.
You can delete any existing configuration (including 'Default') except the last existing one.

Windows users can use the simple msi installer from windows directory to install prebuilt binaries. You need not have any Python on your PC in this approach.

For Linux users:

  • esptool.py should be available in $PATH
  • esptool-gui uses python3 while esptool.py uses python2, so the both need to be installed
  • Default port is /dev/ttyUSB0

About

GUI wrapper for ESP8266 ROM Bootloader utility esptool.py


Languages

Language:Python 99.4%Language:Batchfile 0.6%