Releases: Adrianotiger/ESPToolsGUI
Version 0.3
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
Version 0.1
This is the first full working version (not complete, but working)
- Replaced
auto py2exe
withcx_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
- 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
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
Just a first release (debug).