Skip to content

Version 2.0.1

Compare
Choose a tag to compare
@projectgus projectgus released this 26 Jun 02:52
· 858 commits to master since this release

Latest stable release available from PyPi:
https://pypi.python.org/pypi/esptool/

This release:
https://pypi.python.org/pypi/esptool/2.0.1

esptool.py version 2.0.1 is a minor bugfix release from v2.0.

New since v2.0:

  • (ESP32) Generating bootloader images for ESP32D2WD, or any ESP32 where the SPI pins are remapped via efuse, no longer accidentally enables GPIO0 as an output.
  • (ESP32) espsecure.py & espefuse.py: Dispay --help argument if run without command line arguments.
  • Update README now stable release supports ESP32.

Thanks to @hroncok & @marcelstoer for contributing to this release.