Skip to content

moldqueen-esp32 esp-v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:04

Merged, flashable firmware for moldqueen-esp32 esp-v0.1.0
(Heemol ESP32-S3 N16R8 DevKitC-1, 16 MB flash).

One image — bootloader + partition table + app already at their offsets. Flash the
whole thing to 0x0:

esptool.py --chip esp32s3 write_flash 0x0 moldqueen-esp32-esp-v0.1.0.bin

After flashing, the device boots into WiFi setup (moldqueen-setup AP at
192.168.4.1) if it has no saved credentials; once provisioned it's reachable at
moldqueenesp.local (WS API on :8765, management page on :8080).

Full Changelog: esp-v0.1.0-rc1...esp-v0.1.0