beta-0.1.34
Pre-release
Pre-release
SlopOS T-Deck Firmware — beta-0.1.34
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: debug/test build improvements — #ifndef guards, mesh::loop in remote_test, SEND command, sendchannel, auto-reply by @hermes-gadget in #144
- feat: graceful power-off from Settings screen (#145) by @hermes-gadget in #146
- feat: unread message badges on home screen (#149) by @hermes-gadget in #150
- feat: display brightness control in Settings (#151) by @hermes-gadget in #152
- feat: auto-backlight timeout control in Settings (#153) by @hermes-gadget in #154
- feat: flood max hops setting (#157) by @hermes-gadget in #158
- feat: GPS location sharing policy toggle in Settings (#155) by @hermes-gadget in #156
- feat: contact SNR display in Contacts and Repeaters screens by @hermes-gadget in #159
- feat: TX/RX delay tuning in Settings by @hermes-gadget in #161
- feat: TX/RX airtime display on Signal screen by @hermes-gadget in #163
- feat: packet statistics display on Signal screen by @hermes-gadget in #165
- feat: GPS clock sync on first valid fix by @hermes-gadget in #167
- feat: PSK channel import via Add Channel dialog (Closes #168) by @hermes-gadget in #169
Full Changelog: beta-0.1.33...beta-0.1.34