Skip to content

Release 2026.6.7.2

Choose a tag to compare

@github-actions github-actions released this 07 Jun 15:58

Firmware for LilyGO T-Encoder Pro (ESP32-S3, 16 MB flash).

Web install (recommended)

Open the FlightScnr WebFlasher in Chrome or Edge, connect USB, and click Install. This writes the app at 0x10000 and keeps Wi‑Fi and saved settings.

Manual flash

App update (keeps settings):

esptool.py --chip esp32s3 write_flash 0x10000 FlightScnr-tencoder-pro-app.bin

Full factory image (erases saved settings):

esptool.py --chip esp32s3 write_flash 0x0 FlightScnr-tencoder-pro-merged.bin
File Use
FlightScnr-tencoder-pro-merged.bin Full factory image — flash at 0x0
FlightScnr-tencoder-pro-app.bin App update — flash at 0x10000 (WebFlasher Install)
bootloader.bin / partitions.bin Individual components (advanced)
SHA256SUMS.txt Checksums

Note: Hold the board BOOT button (not the knob) while connecting USB if the port does not appear.

Full Changelog: 2026.6.7.1...2026.6.7.2