﻿Patternflow v3.0.0 firmware - prebuilt ESP32-S3 binaries
(the same image served by the browser flasher at patternflow.work;
one image works on both v2.x and v3.0 boards)

Easiest: use the browser flasher (Chrome/Edge) at https://patternflow.work

Manual flash with esptool:
  esptool.py --chip esp32s3 write_flash \
    0x0     patternflow.ino.bootloader.bin \
    0x8000  patternflow.ino.partitions.bin \
    0x10000 patternflow.ino.bin
