beta-0.1.37
Pre-release
Pre-release
SlopOS T-Deck Firmware — beta-0.1.37
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
- feat: Phase 0 — SlopMeshV2 (BaseChatMesh migration infrastructure) by @hermes-gadget in #223
- feat: Phase 0 cutover — SlopMeshV2 is now the default by @hermes-gadget in #224
- fix: UI cleanup — remove #channels top bar, eye icon, scrollbars by @hermes-gadget in #225
- docs: mark Phase 0 and Phase 1 completed in ROADMAP.md by @hermes-gadget in #226
- feat: GPS enable/read-interval controls (Phase 2.5) by @hermes-gadget in #227
- feat: auto-add contact type config (Phase 2.3) by @hermes-gadget in #228
- feat: custom variables key-value store (Phase 2.6) by @hermes-gadget in #229
- docs: mark Phase 2 completed in roadmap by @hermes-gadget in #230
- feat: message delivery status (ACK ticks) in chat bubbles by @hermes-gadget in #232
- feat: message search in chat by @hermes-gadget in #234
- feat: per-contact RSSI/SNR history with sparkline chart by @hermes-gadget in #236
- fix: ACK checkmark not visible on DM messages by @hermes-gadget in #238
- feat: persist contacts list across reboots and flashes by @hermes-gadget in #240
- Fix: hide delete button on synthetic DM channel entries by @hermes-gadget in #242
- feat: runtime theme system with NVS persistence by @hermes-gadget in #244
- feat: organize settings into category submenus by @hermes-gadget in #246
- fix: meaningful home screen icons for ADVERTISE, TRACE, SETUP by @hermes-gadget in #248
- Fix: PendingAck in_use init and persist 4 unpersisted NodePrefs fields by @hermes-gadget in #250
Full Changelog: beta-0.1.36...beta-0.1.37