Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 04 Jun 14:43
· 429 commits to main since this release
Immutable release. Only release title and notes can be modified.

Changes

  • fix(ci): stage release artifacts inline per-env to survive build-dir wipe (5146470)

Flash instructions

Download the merged firmware image for your board target:

  • esp32-4848s040-merged_firmware.bin
  • waveshare-touch-lcd-4-merged_firmware.bin
  • waveshare-touch-lcd-4_3-merged_firmware.bin
  • waveshare-touch-lcd-4_3b-merged_firmware.bin
  • waveshare-touch-lcd-5_800x480-merged_firmware.bin
  • waveshare-touch-lcd-5_1024x600-merged_firmware.bin
  • waveshare-touch-lcd-7_800x480-merged_firmware.bin
  • waveshare-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.bin

Or via PlatformIO OTA once the device is on the network:

pio run -e ota -t upload --upload-port <device-ip>

SignalK plugin

Download the matching plugin package release asset:

  • signalk-espdisp-manager-${TAG_NAME#v}.tgz

Install it on the SignalK server:

cd ~/.signalk
npm install /path/to/signalk-espdisp-manager-0.3.3.tgz

Then restart SignalK and enable ESP Display Manager in the admin plugin UI.