PlaiiinLightOS v1.9.11
Firmware build for PlaiiinLightOS v1.9.11.
Forms shipped
tower · wormhole · display · cube · rocket · strip
What's in each form
| File | Purpose | Flash to |
|---|---|---|
<form>-flash.bin |
USB first-flash (bootloader + partitions + OTA data + app) | offset 0x0 |
<form>-app.bin |
OTA payload — POST to /api/ota on a running lamp |
(OTA, no offset) |
<form>-effects.bin |
byForm SPIFFS image (effects + form-template) | offset 0x3C0000 |
<form>.manifest.json |
ESP Web Tools manifest for browser-based flashing | — |
DIY flash recipes
CLI (esptool):
esptool.py --chip esp32 -p /dev/cu.usbserial-* write_flash 0x0 tower-flash.bin
esptool.py --chip esp32 -p /dev/cu.usbserial-* write_flash 0x3C0000 tower-effects.binBrowser (ESP Web Tools): point the install button at tower.manifest.json.
Verification
See SHA256SUMS.