mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
AP_ADSB: change param ADSB_ENABLE default from 0 to 1
This commit is contained in:
parent
89271c29ab
commit
b2b63b4d80
@ -50,7 +50,7 @@ const AP_Param::GroupInfo AP_ADSB::var_info[] = {
|
||||
// @Description: Enable ADS-B
|
||||
// @Values: 0:Disabled,1:Enabled
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("ENABLE", 0, AP_ADSB, _enabled, 0),
|
||||
AP_GROUPINFO("ENABLE", 0, AP_ADSB, _enabled, 1),
|
||||
|
||||
// @Param: BEHAVIOR
|
||||
// @DisplayName: ADSB based Collision Avoidance Behavior
|
||||
|
Loading…
Reference in New Issue
Block a user