mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tracker: pre_arm_gps_check flag always true
This commit is contained in:
parent
4db219e70a
commit
860e4b1ce2
@ -263,6 +263,7 @@ void setup()
|
||||
|
||||
// antenna tracker does not use pre-arm checks or battery failsafe
|
||||
AP_Notify::flags.pre_arm_check = true;
|
||||
AP_Notify::flags.pre_arm_gps_check = true;
|
||||
AP_Notify::flags.failsafe_battery = false;
|
||||
|
||||
notify.init(false);
|
||||
|
Loading…
Reference in New Issue
Block a user