Skip to content

Version 0.9.14

Compare
Choose a tag to compare
@DustinWatts DustinWatts released this 26 Aug 08:19
· 77 commits to master since this release

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

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.