Release v2.12
📦 ESP32-P4 AllSky Display v2.12
📦 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
- Use this file for web-based updates via ElegantOTA at
🖥️ 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)