v1.0.19
Hotfix: service files had wrong binary paths — all fresh v1.0.18 installs broken
Bug: The v1.0.6 service files referenced /usr/local/bin/wifi_feeder and /usr/local/bin/ble_feeder. v1.0.18 moved binaries to /opt/droneaware/ but SERVICE_VERSION was not updated, so every fresh install downloaded the old service files and systemd failed with status=203/EXEC (binary not found).
Fix: Corrected service files now reference /opt/droneaware/. SERVICE_VERSION bumped to v1.0.19.
Who is affected: Anyone who ran a fresh install from v1.0.18. Existing nodes that were already running are unaffected — their service files were written by older installers and already pointed to the right location.
To fix a broken v1.0.18 install:
sudo curl -fsSL https://github.com/fduflyer/DroneAware-Node-Releases/releases/download/v1.0.19/droneaware-wifi.service -o /etc/systemd/system/droneaware-wifi.service
sudo curl -fsSL https://github.com/fduflyer/DroneAware-Node-Releases/releases/download/v1.0.19/droneaware-ble.service -o /etc/systemd/system/droneaware-ble.service
sudo systemctl daemon-reload && sudo systemctl start droneaware-wifi droneaware-ble