github aitjcize/esp32-photoframe v1.7.2

latest releases: v2.7.0, v2.6.8, v2.6.6...
3 months ago

🌐 Web Flasher (Easiest)

Flash directly from your browser (Chrome/Edge/Opera required):
https://aitjcize.github.io/esp32-photoframe/

📦 Firmware Files

Quick Flash (Recommended):

  • photoframe-firmware-merged.bin - Single file containing bootloader, partition table, and application
    esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 write_flash 0x0 photoframe-firmware-merged.bin

Individual Files:

  • bootloader.bin - Bootloader (flash at 0x0)
  • partition-table.bin - Partition table (flash at 0x8000)
  • photoframe-api.bin - Application firmware (flash at 0x10000)

See FLASH.txt for detailed flashing instructions.

Don't miss a new esp32-photoframe release

NewReleases is sending notifications on new releases.