Skip to content

Release v2.15

Choose a tag to compare

@github-actions github-actions released this 06 Jun 19:34
· 12 commits to main since this release
8223b37

ESP32-P4 AllSky Display v2.15

Binary Files

Two binary files are included in this release:

  • *-Factory.bin — For initial USB installation (includes bootloader + partitions + app)

    • Use this file for fresh installs via esptool or Flash Download Tool
    • Flash to address 0x0
  • *-OTA.bin — For wireless OTA updates only (app only)

    • Use this file for web-based updates via ElegantOTA at http://[device-ip]:8080/update
    • DO NOT flash this to address 0x0 — will cause boot loop

Display Compatibility

Pre-compiled firmware works with both display sizes:

  • 3.4" Waveshare Display (800x800) — Default on first boot
  • 4.0" Waveshare Display (720x720) — Select in Web UI System settings after flashing

Display type can be changed at runtime without recompilation.

Changes in This Release

  • No changes since previous release