v1.0.28
Fix droneaware update failing on installer-only releases
Bug: droneaware update blindly downloaded binaries from whatever the GitHub API returned as the latest release tag. Installer-only releases (v1.0.24–v1.0.27) had no binaries attached, causing a 404 on ble_feeder.
Fix: The update script now scans releases in order and selects the most recent one that actually contains ble_feeder as a release asset, skipping installer-only patches automatically.
install.sh and droneaware CLI updated — no binary changes.