You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,12 @@ Display timeout and wake behavior:
155
155
- The T-Deck display sleep path avoids ST7789 sleep/wake commands that caused flashing and failed wake on the attached hardware.
156
156
157
157
Launcher compatibility:
158
-
- The bmorcelli Launcher can install/run ESP32 binaries from SD/WebUI/GitHub links. Use `.pio/build/tdeck-plus/firmware.bin` as the app binary for this branch.
159
-
- This repo does not yet include a Launcher package manifest, icon bundle, or release-hosted binary URL. It currently produces the binary that Launcher can load.
158
+
- The bmorcelli Launcher can install/run ESP32 binaries from SD/WebUI/GitHub links. The current launcher-ready binaries are published at `https://github.com/MKme/xnode/releases/tag/xnode-2026.06.24`.
159
+
- Use the hardware-specific release asset names so catalog entries do not cross-flash the wrong board:
160
+
-`xnode-t-watch-ultra-launcher-20260624-101247.bin` for LilyGO T-Watch Ultra / XNODE Ultra.
161
+
-`xnode-t-watch-s3-gen3-launcher-20260624-101247.bin` for LilyGO T-Watch S3 / Gen3.
162
+
-`xnode-tdeck-plus-launcher-20260624-101247.bin` for LilyGO T-Deck Plus.
163
+
- Local builds still produce `.pio/build/<env>/firmware.bin`; release packaging renames those outputs with the target hardware and timestamp before upload.
160
164
161
165
Pre-merge verification commands:
162
166
@@ -172,7 +176,7 @@ Known T-Deck Plus limits:
172
176
- Battery reporting is an ADC estimate, not a PMU fuel-gauge reading.
173
177
- GPS still requires real satellite lock. On the GPS status page, `Raw RX:0` means the receiver is silent or not wired/powered; rising `Raw RX` with `NMEA` counts means the receiver is talking; a valid map/time fix still requires satellites.
174
178
- T-Deck Plus display timeout currently favors UI responsiveness over deepest idle power because the full watch standby path left the T-Deck UI sluggish after wake.
175
-
- OTA URL is intentionally blank for this new target until a release path exists.
179
+
-Device OTA settings may still be blank in firmware; for Launcher/catalog installs use the hardware-specific GitHub Release asset URL until a package manifest/icon bundle is added.
176
180
- T-Deck Pro/Max are not targeted here; this branch is specifically for T-Deck Plus.
0 commit comments