beta-0.1.35
Pre-release
Pre-release
SlopOS T-Deck Firmware — beta-0.1.35
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: LVGL focus indicators — blue ACCENT on textareas (trackball/keyboard) by @hermes-gadget in #172
- fix: radio stays powered on when not configured by @hermes-gadget in #173
- fix: show radio setup warning in home top bar, remove channel hashtags by @hermes-gadget in #175
- fix: cache scan_y_range results to halve map tile discovery SD ops during boot by @hermes-gadget in #178
- feat: contact details screen (Phase 1) by @hermes-gadget in #180
- feat: two-column layout for Signal screen by @hermes-gadget in #183
- fix: clamp chat scroll at first/last message boundaries by @hermes-gadget in #185
- feat: replace signal bars with iOS-style signal dots by @hermes-gadget in #187
- feat: add setrf, reboot, and advert serial test commands by @hermes-gadget in #189
- docs: cleanup KNOWN_ISSUES.md, update README test counts and module list by @hermes-gadget in #191
Full Changelog: beta-0.1.34...beta-0.1.35