Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Jason2866/ESP_Flasher

ESP32-S31 support

Choose a tag to compare

@Jason2866 Jason2866 released this 20 May 14:04
v4.5.0

Bump v4.5.0

WiFi Credentials input / IMPROV support

Choose a tag to compare

@Jason2866 Jason2866 released this 05 Apr 18:09
v4.4.0

bump v4.4.0

PyQt6

Choose a tag to compare

@Jason2866 Jason2866 released this 04 Apr 20:01
ba75eb9
  • add native binary for Ubuntu arm
  • add native binary for Windows arm

Progress bar

Choose a tag to compare

@Jason2866 Jason2866 released this 04 Apr 15:17
e8898f7
Feature: Color support and flash progress bar

* Color flash progress bar
* fix: handle gracefully WDT port disappeared
* fix: fallback for progress bar when UnicodeEncodeError
* colorama fixes only for Windows

v4.1.1

Choose a tag to compare

@Jason2866 Jason2866 released this 03 Apr 14:07
  • store window size
  • build one dir app binaries (faster start on MacOS)

History buffer for Command Line

Choose a tag to compare

@Jason2866 Jason2866 released this 02 Apr 21:41
b2e5792
Feature: Command History Buffer (#76)

* Feature: Command History Buffer

v4.0.0

Choose a tag to compare

@Jason2866 Jason2866 released this 02 Apr 21:18
Bump v4.0.0 / color Terminal Console

Refactor: stub flasher code load from json files

Choose a tag to compare

@Jason2866 Jason2866 released this 02 Apr 15:47
d85345f
refactor: stubs not embedded in code, load from json files (#74)

* refactor: stubs not embedded in code, load from json files

* fixes: for review from rabbit

* fix: stubs lazy loading

* refactor: ensure P4 correct stub load

* detect wrong json and fail gracefully

* update gh actions to include json files

* Bump v3.4.0 / update gh actions

* update pypi action

v3.3.1

Choose a tag to compare

@Jason2866 Jason2866 released this 13 Feb 14:07
  • Increased timeout
  • Disabled WDT during flashing to be sure device does not do a reset during flash
  • Refactored writing last block of compressed data to flash (align with latest esptool.py)

add ESP32-P4 ECO6 support

Choose a tag to compare

@Jason2866 Jason2866 released this 06 Feb 18:16
3592903
ESP32-P4 ECO6 support (#70)

* changes p4eco6

* remove CHIP_MAGIC_VALUES

* working P4 ECO6 detection

* update stubs

* detect guru meditiation

* add drain input buffer in "command"

* update P4 rev3 bootloader

* v3.3.0