Firmware images for the ESP32 World Clock. Download the file that
matches your display board:
-
CYD 2.8" 320x240 ILI9341:
esp32worldclock-*-cyd28-320x240-*.bin -
Hosyond/LCDWiki 4.0" 320x480 ST7796S:
esp32worldclock-*-hosyond40-320x480-*.bin -
-ota.bin— app image. Upload it through the device's web
updater athttp://esp32worldclock.local/update(or via espota). -
-factory.bin— full image (bootloader + partition table +
app) for a first flash over USB:
esptool.py write_flash 0x0 esp32worldclock-*-factory.bin
These binaries are built from secrets.h.example, so they contain
no WiFi credentials: a freshly flashed device opens the
per-device setup captive portal for WiFi setup, and OTA is
unauthenticated until you build locally with an OTA_PASSWORD.
Devices updated over OTA keep their stored WiFi and display
settings.
Full Changelog: v2.4.2...v2.4.3