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 flashes the full factory image at 0x0 (bootloader, partitions, and app). Wi‑Fi and saved settings are cleared.
Manual flash
Full factory image (recommended — WebFlasher Install):
esptool.py --chip esp32s3 write_flash 0x0 FlightScnr-tencoder-pro-merged.binApp-only update (keeps settings if bootloader/partitions already match):
esptool.py --chip esp32s3 write_flash 0x10000 FlightScnr-tencoder-pro-app.bin| File | Use |
|---|---|
FlightScnr-tencoder-pro-merged.bin
| Full factory image — flash at 0x0 (WebFlasher Install) |
FlightScnr-tencoder-pro-app.bin
| App-only update — flash at 0x10000 (advanced) |
bootloader.bin / partitions.bin
| Individual components (advanced) |
SHA256SUMS.txt
| Checksums |
Note: Push the screen in (BOOT) while connecting USB if the port does not appear.
Full Changelog: 2026.6.19.5...2026.6.19.6