ADSBee 1090 Firmware 0.9.0 Release Candidate 16
·
33 commits
to main
since this release
- Fixes uptime timestamp wrapping issue on sub-GHz radio.
- Fixes compatibility issue with Avare by no longer transmitting ownship unless all ownship fields are being actively filled (would previously transmit zeroed ownship packets, causing the Avare screen to jump to null island).
- Adds
AT+ESP32_REBOOT_INFO?command for dumping ESP32's reason for rebooting. - Enables ESP32 core dump to flash on Debug builds only, with core dump printing upon
AT+ESP32_REBOOT_INFO?query. Disabled on release firmware to avoid wearing out flash if we encounter a recurring abort bug. - Adds
AT+ESP32_TRIGGER_ABORTcommand for testing the reboot info query. - Fix ESP build warnings and misc build issues.
- Import ESP32 partition and bootloader during build process, not just application binary (CI and local builds).
- Add the ability to build ESP32 for Debug or Release, triggered by Pico firmware build preference.
Note: Artifacts attached are release firmware. Debug firmware must be built from source.