Skip to content

Release v2.13

Choose a tag to compare

@github-actions github-actions released this 29 Dec 20:51
· 81 commits to main since this release
17368cf

📦 ESP32-P4 AllSky Display v2.13

📦 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

Universal Support: Pre-compiled firmware works with both display sizes:

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

Display type can be changed at runtime without recompilation.

Changes in This Release

  • Update memory usage badges [skip ci] (9ff1071)