v0.2.0
·
653 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Changes
- chore: bump changelog for v0.2.0 (7411995)
- feat(alarms): persistent banner for shallow water / low battery / stalled SK (a836193)
- feat(mob): persistent man-overboard button + rescue view (303727d)
- feat: triple-tap any quadrant to expand it fullscreen (78fbf7c)
- feat: lat/lon to Nav, device-health Status, demo mode, FPS bench (7904b9f)
Flash instructions
Single-file flash (covers bootloader, partition table, OTA boot selector, and app):
esptool.py --chip esp32s3 --port /dev/cu.usbserial-* write_flash 0x0 merged_firmware.binOr via PlatformIO OTA once the device is on the network:
pio run -e ota -t upload --upload-port <device-ip>