v0.1.0
·
658 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Changes
- fix(ci): release workflow uses pip-installed esptool, resolves boot_app0 path (4861477)
- chore: bump changelog for v0.1.0 (ae872ba)
- feat: initial public release (70383b8)
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>