Skip to content

Releases: Adrianotiger/ESPToolsGUI

Version 0.3

Choose a tag to compare

@Adrianotiger Adrianotiger released this 15 Dec 10:54

Changelog

  • Updated Espressif tools. Now the most tools are exes and not python scripts anymore
  • Updated Python tools (partition) to Python 3.10
  • Added support for FFAT
  • Solved a bug importing csv-files with Kb and Mb instead of hex numbers
  • Improved the partition interface

Note for Arduino 2.0.4:
Once you add the board to your IDE, the IDE will not update with your board as it is cached.
To delete the cache, remove the *.ldb files from
%APPDATA%\arduino-ide\Local Storage\leveldb

Version 0.2

Choose a tag to compare

@Adrianotiger Adrianotiger released this 19 Dec 14:09

Update Arduino Boards

Once you write your partitions as .bin, you can add the file in the Arduino IDE.
The tool will automatically update your board list with the new partitions table:
image

Just remember, that your new bin has to be in the right place... Together with the other partition files.

Version 0.1

Choose a tag to compare

@Adrianotiger Adrianotiger released this 05 Dec 15:54

This is the first full working version (not complete, but working)

  • Replaced auto py2exe with cx_free as the first one gives always antivirus alerts
  • Reduced Release-package from 44MB to 5MB
  • You can now abort the ESP request if it doesn't answer anymore

Contains the beta 4 updates:

  • Output console is faster (you will get the tool-outputs info in real time)
  • Solved a bug if you had only 1 COM-port on your computer (port was not found)
  • EXEs are not in the resource anymore, as the antivirus does not like unsigned applications who copy exes and execute them from the application itself - You have to copy them manually or extract them from archive in the exe folder
  • some improvement in case of failed ESP32-connections

Note

All python scripts are packed with cx_free, you can compile them by yourself, building the setup_esp.py script. Or you can download the zip with the application and the python scripts. The application will then extract automatically all files needed by the python scripts in the lib folder...

Version 0.0.3

Choose a tag to compare

@Adrianotiger Adrianotiger released this 19 Nov 16:44
  • Design was improved and parttool was implemented.
  • Added some copyright informations

NEW:

  • Now you can read the flash
  • Edit partitions table (with import, export and burn options)
  • Erease or read a partition

beta 0.0.2

Choose a tag to compare

@Adrianotiger Adrianotiger released this 08 Nov 12:52

Beta 2

  • better code structure
  • python calls are inside a thread (more responsive)
  • added Espressif links in copyright info
  • Expert mode with history

Note: the exe contains already the executables in the resources. But the antivirus could delete the files if created from the application (so they are also inside the zip).

Version 0.1 beta

Choose a tag to compare

@Adrianotiger Adrianotiger released this 07 Nov 17:20

Just a first release (debug).