🎉 What's New
URL-Based Image Rotation
You can now fetch images directly from the internet instead of uploading them to the SD card! Simply switch to "URL" mode in the settings and enter any image URL. The default URL provides random images that change with each rotation.
There is also an option for the user to decide whether or not to store the downloaded image to Downloads album.
🔧 Improvements
Enhanced web flasher with support for development builds
Installation
🌐 Web Flasher (Easiest)
Flash directly from your browser (Chrome/Edge/Opera required):
https://aitjcize.github.io/esp32-photoframe/
📦 Manually
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.binFull Changelog: v1.8.3...v1.9.0