-
T-Deck MeshCore UI 0.0.008 Stable
released this
2026-05-26 13:01:08 +02:00 | 1 commits to main since this release## T-Deck MeshCore UI — Release 0.0.008 **Datum:** 2026-05-26 ### Änderungen - chore: bump version to 0.0.008 [skip ci] (2fce909)-
fix: correct SX1262 RST pin, TCXO voltage and startup_reason for T-Deck (
993985c) -
docs: update CHANGELOG.md for 0.0.007 [skip ci] (
6387a20)
⚡ Flashen via flasher.meshcore.io (empfohlen)
- flasher.meshcore.io im Chrome/Edge öffnen
- "Custom Firmware" wählen
- Datei
tdeck-meshcore-ui-0.0.008-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.008.bin \ 0x8000 partitions-0.0.008.bin \ 0x10000 firmware-0.0.008.bin # ODER: Merged binary direkt bei 0x0 esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x0 tdeck-meshcore-ui-0.0.008-merged.bin🔄 OTA-Update (nur firmware.bin, kein Erase nötig)
esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x10000 firmware-0.0.008.bin
📦 Release-Assets
Datei Verwendung tdeck-meshcore-ui-0.0.008-merged.binflasher.meshcore.io — alles in einer Datei firmware-0.0.008.binOTA-Update (nur App, kein Erase) bootloader-0.0.008.binEinzeln flashen bei 0x0000partitions-0.0.008.binEinzeln flashen bei 0x8000tdeck-meshcore-ui-0.0.008-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.008.bin
1 download ·
2026-05-26 13:07:47 +02:00 · 15 KiB -
firmware-0.0.008.bin
1 download ·
2026-05-26 13:07:47 +02:00 · 1.3 MiB -
partitions-0.0.008.bin
1 download ·
2026-05-26 13:07:47 +02:00 · 3 KiB -
tdeck-meshcore-ui-0.0.008-flash.tar.gz
0 downloads ·
2026-05-26 13:07:48 +02:00 · 1.7 MiB -
tdeck-meshcore-ui-0.0.008-merged.bin
2 downloads ·
2026-05-26 13:07:47 +02:00 · 1.3 MiB
-
-
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
-
-
T-Deck MeshCore UI 0.0.006 Stable
released this
2026-05-26 11:33:19 +02:00 | 7 commits to main since this release## T-Deck MeshCore UI — Release 0.0.006 **Datum:** 2026-05-26 ### Änderungen - chore: bump version to 0.0.006 [skip ci] (a5f3cca)-
fix: use malloc for LVGL heap; move 100KB map_buf off static BSS (
2978fd8) -
docs: update CHANGELOG.md for 0.0.005 [skip ci] (
61b293d)
⚡ Flashen via flasher.meshcore.io (empfohlen)
- flasher.meshcore.io im Chrome/Edge öffnen
- "Custom Firmware" wählen
- Datei
tdeck-meshcore-ui-0.0.006-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.006.bin \ 0x8000 partitions-0.0.006.bin \ 0x10000 firmware-0.0.006.bin # ODER: Merged binary direkt bei 0x0 esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x0 tdeck-meshcore-ui-0.0.006-merged.bin🔄 OTA-Update (nur firmware.bin, kein Erase nötig)
esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x10000 firmware-0.0.006.bin
📦 Release-Assets
Datei Verwendung tdeck-meshcore-ui-0.0.006-merged.binflasher.meshcore.io — alles in einer Datei firmware-0.0.006.binOTA-Update (nur App, kein Erase) bootloader-0.0.006.binEinzeln flashen bei 0x0000partitions-0.0.006.binEinzeln flashen bei 0x8000tdeck-meshcore-ui-0.0.006-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.006.bin
1 download ·
2026-05-26 11:39:06 +02:00 · 15 KiB -
firmware-0.0.006.bin
1 download ·
2026-05-26 11:39:06 +02:00 · 1.3 MiB -
partitions-0.0.006.bin
1 download ·
2026-05-26 11:39:06 +02:00 · 3 KiB -
tdeck-meshcore-ui-0.0.006-flash.tar.gz
0 downloads ·
2026-05-26 11:39:06 +02:00 · 1.7 MiB -
tdeck-meshcore-ui-0.0.006-merged.bin
2 downloads ·
2026-05-26 11:39:06 +02:00 · 1.3 MiB
-
-
T-Deck MeshCore UI 0.0.005 Stable
released this
2026-05-26 11:17:47 +02:00 | 10 commits to main since this release## T-Deck MeshCore UI — Release 0.0.005 **Datum:** 2026-05-26 ### Änderungen - chore: bump version to 0.0.005 [skip ci] (57cccfd)-
fix: defer static init to MC::init(), add Serial0 debug, PSRAM nullcheck (
71a3ce3) -
docs: update CHANGELOG.md for 0.0.004 [skip ci] (
3cffdb5)
⚡ Flashen via flasher.meshcore.io (empfohlen)
- flasher.meshcore.io im Chrome/Edge öffnen
- "Custom Firmware" wählen
- Datei
tdeck-meshcore-ui-0.0.005-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.005.bin \ 0x8000 partitions-0.0.005.bin \ 0x10000 firmware-0.0.005.bin # ODER: Merged binary direkt bei 0x0 esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x0 tdeck-meshcore-ui-0.0.005-merged.bin🔄 OTA-Update (nur firmware.bin, kein Erase nötig)
esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x10000 firmware-0.0.005.bin
📦 Release-Assets
Datei Verwendung tdeck-meshcore-ui-0.0.005-merged.binflasher.meshcore.io — alles in einer Datei firmware-0.0.005.binOTA-Update (nur App, kein Erase) bootloader-0.0.005.binEinzeln flashen bei 0x0000partitions-0.0.005.binEinzeln flashen bei 0x8000tdeck-meshcore-ui-0.0.005-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.005.bin
1 download ·
2026-05-26 11:21:56 +02:00 · 15 KiB -
firmware-0.0.005.bin
2 downloads ·
2026-05-26 11:21:56 +02:00 · 1.3 MiB -
partitions-0.0.005.bin
1 download ·
2026-05-26 11:21:56 +02:00 · 3 KiB -
tdeck-meshcore-ui-0.0.005-flash.tar.gz
0 downloads ·
2026-05-26 11:21:56 +02:00 · 1.7 MiB -
tdeck-meshcore-ui-0.0.005-merged.bin
2 downloads ·
2026-05-26 11:21:55 +02:00 · 1.3 MiB
-
-
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
-
-
T-Deck MeshCore UI 0.0.003 Stable
released this
2026-05-26 10:36:59 +02:00 | 16 commits to main since this release## T-Deck MeshCore UI — Release 0.0.003 **Datum:** 2026-05-26 ### Änderungen - chore: bump version to 0.0.003 [skip ci] (fe7858e)-
fix: python -> python3 in esptool merge_bin step (
f70c583)
⚡ Flashen via flasher.meshcore.io (empfohlen)
- flasher.meshcore.io im Chrome/Edge öffnen
- "Custom Firmware" wählen
- Datei
tdeck-meshcore-ui-0.0.003-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.003.bin \ 0x8000 partitions-0.0.003.bin \ 0x10000 firmware-0.0.003.bin # ODER: Merged binary direkt bei 0x0 esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x0 tdeck-meshcore-ui-0.0.003-merged.bin🔄 OTA-Update (nur firmware.bin, kein Erase nötig)
esptool.py --chip esp32s3 --baud 921600 \ write_flash 0x10000 firmware-0.0.003.bin
📦 Release-Assets
Datei Verwendung tdeck-meshcore-ui-0.0.003-merged.binflasher.meshcore.io — alles in einer Datei firmware-0.0.003.binOTA-Update (nur App, kein Erase) bootloader-0.0.003.binEinzeln flashen bei 0x0000partitions-0.0.003.binEinzeln flashen bei 0x8000tdeck-meshcore-ui-0.0.003-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.003.bin
1 download ·
2026-05-26 10:41:44 +02:00 · 15 KiB -
firmware-0.0.003.bin
1 download ·
2026-05-26 10:41:44 +02:00 · 1.3 MiB -
partitions-0.0.003.bin
1 download ·
2026-05-26 10:41:45 +02:00 · 3 KiB -
tdeck-meshcore-ui-0.0.003-flash.tar.gz
0 downloads ·
2026-05-26 10:41:45 +02:00 · 1.7 MiB -
tdeck-meshcore-ui-0.0.003-merged.bin
2 downloads ·
2026-05-26 10:41:44 +02:00 · 1.3 MiB
-