DroneAware Node v1.0.3
DroneAware Node v1.0.3
Bug Fix
- Installer: NetworkManager conflict with WiFi monitor adapter — On fresh Pi OS Bookworm installs, NetworkManager manages all WiFi interfaces including external USB adapters. This caused the WiFi feeder to show
Beacon RID=0indefinitely and caused intermittent SSH instability. The installer now writes/etc/NetworkManager/conf.d/droneaware.confto mark the USB monitor adapter as unmanaged before any services are installed.
Upgrade existing nodes (nj002 or any node with this issue)
sudo bash -c 'cat > /etc/NetworkManager/conf.d/droneaware.conf <<EOF
[keyfile]
unmanaged-devices=interface-name:wlan1
EOF'
sudo systemctl reload NetworkManager
sudo systemctl restart droneaware-wifiInstall (new nodes)
curl -fsSL https://github.com/fduflyer/DroneAware-Node-Releases/releases/download/v1.0.3/install.sh | sudo bashLicense
See LICENSE