Releases: DustinWatts/FreeTouchDeck
Version 0.9.17
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.
Version 0.9.14
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.