-
T-Deck MeshCore UI 0.0.007 Stable
released this
2026-05-26 11:57:53 +02:00 | 4 commits to main since this release## T-Deck MeshCore UI — Release 0.0.007 **Datum:** 2026-05-26 ### Änderungen - chore: bump version to 0.0.007 [skip ci] (cd21d34)-
fix: prevent TG0WDT crash from RadioLib LoRa busy-wait; fix LVGL tick (
728172a) -
docs: update CHANGELOG.md for 0.0.006 [skip ci] (
7fd183c)
⚡ Flashen via flasher.meshcore.io (empfohlen)
- flasher.meshcore.io im Chrome/Edge öffnen
- "Custom Firmware" wählen
- Datei
tdeck-meshcore-ui-0.0.007-merged.binhochladen
(enthält Bootloader + Partitionstabelle + Firmware in einer Datei) - T-Deck per USB verbinden, Bootloader-Mode: Fn+B beim Einschalten
- Flash starten — fertig
🔧 Manuell via esptool (alternativ)
pip install esptool # Einzelne Binaries (getrennt flashen) esptool.py --chip esp32s3 --baud 921600 \ --before default_reset --after hard_reset \ write_flash \ 0x0000 bootloader-0.0.007.bin \ 0x8000 partitions-0.0.007.bin \ 0x10000 firmware-0.0.007.bin # ODER: Merged binary direkt bei 0x0 esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x0 tdeck-meshcore-ui-0.0.007-merged.bin🔄 OTA-Update (nur firmware.bin, kein Erase nötig)
esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x10000 firmware-0.0.007.bin
📦 Release-Assets
Datei Verwendung tdeck-meshcore-ui-0.0.007-merged.binflasher.meshcore.io — alles in einer Datei firmware-0.0.007.binOTA-Update (nur App, kein Erase) bootloader-0.0.007.binEinzeln flashen bei 0x0000partitions-0.0.007.binEinzeln flashen bei 0x8000tdeck-meshcore-ui-0.0.007-flash.tar.gzAlle Binaries als Archiv Repo: https://git.pfeiffer-privat.de/ppfeiffer/tdeck-meshcore-ui
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
bootloader-0.0.007.bin
1 download ·
2026-05-26 12:02:28 +02:00 · 15 KiB -
firmware-0.0.007.bin
1 download ·
2026-05-26 12:02:28 +02:00 · 1.3 MiB -
partitions-0.0.007.bin
1 download ·
2026-05-26 12:02:28 +02:00 · 3 KiB -
tdeck-meshcore-ui-0.0.007-flash.tar.gz
0 downloads ·
2026-05-26 12:02:29 +02:00 · 1.7 MiB -
tdeck-meshcore-ui-0.0.007-merged.bin
2 downloads ·
2026-05-26 12:02:28 +02:00 · 1.3 MiB
-