Skip to content

ESP32-S3 & Experimental Arduino Support

Latest
Compare
Choose a tag to compare
@thorrak thorrak released this 11 Nov 13:57
· 7 commits to master since this release
3e29a41

This release adds support for the ESP32-S3.

This also adds experimental support for Arduino firmware when a valid version of avrdude is available on the command line. Avrdude is available for download from their GitHub page.

NOTE - There was an issue with the original v1.7.0 version for MacOS which could prevent it from running on many systems. v1.7.1 has been released specifically to resolve this issue, and is available below.

What's Changed

  • Add note about translations at startup when launched on a system that isn't set to English
  • Arduino Support by @thorrak in #28
  • Refactor BrewFlasher.com Integration by @thorrak in #29
  • Add support for ESP32-S3 by @thorrak in #32
  • Update to PyInstaller 6 by @thorrak in #33

Full Changelog: v1.5.2...v1.7.0