Skip to content

Version 0.9.17

Latest
Compare
Choose a tag to compare
@DustinWatts DustinWatts released this 19 Apr 08:42
· 67 commits to master since this release
8f0cbec

Latest version of FreeTouchDeck master branch. This release includes 2 binaries for easy flashing.

This is alo the version that is on the Web Installer found at: https://install.freetouchdeck.com

For the ESP32 DevKitC with TFT combiner board use: ESP32DevKitC.bin

For the ESP32 TouchDown use: ESP32TouchDown.bin

These are merged binaries (including boot, partitioning and SPIFFS) so flash at 0x0. Example flash command:
esptool.py write_flash 0x0 ESP32TouchDown.bin. Optional parameters (examples): --port COM4 and --chip esp32

If you only have 1 ESP32 connected to your PC, the optional parameters should not be necessary.