Skip to content

ADSBee 1090 Firmware 0.9.0 Release Candidate 16

Choose a tag to compare

@CoolNamesAllTaken CoolNamesAllTaken released this 09 May 11:49
· 33 commits to main since this release
0a2bd6d
  • 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_ABORT command 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.