Skip to content

Release 2026.7.15.2

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jul 01:44

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

You can now add up to three SSIDs. You can also set preference per your choice.
Once you have at least one SSID added, you can add/edit the remaining two on the web portal.

Pressing and holding the screen down for 5seconds will erase all saved WiFi settings.
image

Flight details now also include pictures!
image

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.bin

App-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.7.15.1...2026.7.15.2