v0.4.1
·
108 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Changes
- feat(ota): pull manager-relative firmware URL over HTTP with device auth (bd18bdf)
- fix(ota): follow redirects on manager-pull firmware download (4ee058c)
Flash instructions
Download the merged firmware image for your board target:
esp32-4848s040-merged_firmware.binwaveshare-touch-lcd-4-merged_firmware.binwaveshare-touch-lcd-4_3-merged_firmware.binwaveshare-touch-lcd-4_3b-merged_firmware.binwaveshare-touch-lcd-5_800x480-merged_firmware.binwaveshare-touch-lcd-5_1024x600-merged_firmware.binwaveshare-touch-lcd-7_800x480-merged_firmware.binwaveshare-touch-lcd-7b_1024x600-merged_firmware.bin
Single-file flash (covers bootloader, partition table, OTA boot selector, and app):
esptool.py --chip esp32s3 --port /dev/cu.usbserial-* write_flash 0x0 <target>-merged_firmware.binOr via authenticated OTA once the device is on the network:
YEYBOATS_OTA_PASSWORD='<ota-password>' make ota DEVICE_IP=<device-ip>SignalK plugin
The SignalK manager plugin is released separately from the
yey-boats/Instruments-manager repository.