-
T-Deck MeshCore UI 0.0.004 Stable
released this
2026-05-26 11:00:39 +02:00 | 13 commits to main since this release## T-Deck MeshCore UI — Release 0.0.004 **Datum:** 2026-05-26 ### Änderungen - chore: bump version to 0.0.004 [skip ci] (55d40e7)-
fix: correct GPIO conflicts causing bootloop (
0201889) -
docs: update CHANGELOG.md for 0.0.003 [skip ci] (
c7cfb6e)
⚡ Flashen via flasher.meshcore.io (empfohlen)
- flasher.meshcore.io im Chrome/Edge öffnen
- "Custom Firmware" wählen
- Datei
tdeck-meshcore-ui-0.0.004-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.004.bin \ 0x8000 partitions-0.0.004.bin \ 0x10000 firmware-0.0.004.bin # ODER: Merged binary direkt bei 0x0 esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x0 tdeck-meshcore-ui-0.0.004-merged.bin🔄 OTA-Update (nur firmware.bin, kein Erase nötig)
esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x10000 firmware-0.0.004.bin
📦 Release-Assets
Datei Verwendung tdeck-meshcore-ui-0.0.004-merged.binflasher.meshcore.io — alles in einer Datei firmware-0.0.004.binOTA-Update (nur App, kein Erase) bootloader-0.0.004.binEinzeln flashen bei 0x0000partitions-0.0.004.binEinzeln flashen bei 0x8000tdeck-meshcore-ui-0.0.004-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.004.bin
1 download ·
2026-05-26 11:04:44 +02:00 · 15 KiB -
firmware-0.0.004.bin
1 download ·
2026-05-26 11:04:44 +02:00 · 1.3 MiB -
partitions-0.0.004.bin
1 download ·
2026-05-26 11:04:44 +02:00 · 3 KiB -
tdeck-meshcore-ui-0.0.004-flash.tar.gz
0 downloads ·
2026-05-26 11:04:45 +02:00 · 1.7 MiB -
tdeck-meshcore-ui-0.0.004-merged.bin
2 downloads ·
2026-05-26 11:04:44 +02:00 · 1.3 MiB
-