beta-0.1.36
Pre-release
Pre-release
SlopOS T-Deck Firmware — beta-0.1.36
Flash with esptool
# Full flash (first install):
esptool.py --chip esp32s3 --port /dev/ttyACM0 write_flash 0x0 firmware-merged.bin
# App update (keep settings):
esptool.py --chip esp32s3 --port /dev/ttyACM0 \\
write_flash 0x10000 firmware.binWeb Flasher
Use the manifest at webflasher/manifest.json with esptool.js.
| File | Use |
|---|---|
firmware.bin |
App only (flash at 0x10000) |
firmware-merged.bin |
Full flash (flash at 0x0) |
webflasher/slopos-tdeck-firmware.bin |
App update |
webflasher/slopos-tdeck-full.bin |
Full flash |
webflasher/slopos-tdeck-bootloader.bin |
Bootloader |
webflasher/slopos-tdeck-partitions.bin |
Partition table |
webflasher/manifest.json |
Web flasher manifest |
What's Changed
- fix: mesh and UI layer bug fixes (10 issues) by @hermes-gadget in #192
- fix: HAL driver layer bug fixes (7 issues) by @hermes-gadget in #193
- fix: map tile discovery truncation and update KNOWN_ISSUES.md by @hermes-gadget in #194
- feat: add SlopOS_TDeck_remote_test_radio — hybrid build with radio + test controller by @hermes-gadget in #195
- docs: audit MISSING_FEATURES.md + add ROADMAP.md by @hermes-gadget in #197
- feat: Channel removal from UI (#198) by @hermes-gadget in #199
- fix: chat channel list layout — scrollbars, overlap, preview truncation by @hermes-gadget in #206
- feat: Contact removal from UI (#200) by @hermes-gadget in #201
- feat: Reset path to a contact (#202) by @hermes-gadget in #203
- fix: guard display serial reader behind !SLOPOS_REMOTE_TEST by @hermes-gadget in #208
- feat: auto-scroll chat to new messages only when at bottom by @hermes-gadget in #209
- fix: strdup contact name for Reset Path button to prevent use-after-free (#210) by @hermes-gadget in #216
- fix: restore DM conversation history on reboot by creating pseudo-channels on load (#211) by @hermes-gadget in #217
- fix: sendTrace() passes encoded path_len to sendDirect(), matching sendTextTo() (#212) by @hermes-gadget in #218
- fix: use temp buffer for NVS node_name load to preserve default (#213) by @hermes-gadget in #219
- perf: allocate fallback display buffer dynamically instead of static (#214) by @hermes-gadget in #220
- fix: add LORA_TX_PWR build flag to actually control TX power (#215) by @hermes-gadget in #221
- chore: code cleanup batch from audit info items by @hermes-gadget in #222
Full Changelog: beta-0.1.35...beta-0.1.36