mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: default support for BATTERY2 sending to off
replaced by BATTERY_STATUS
This commit is contained in:
parent
f5e7bfcc48
commit
a669249416
|
@ -14,7 +14,7 @@
|
|||
|
||||
// BATTERY2 is slated to be removed:
|
||||
#ifndef AP_MAVLINK_BATTERY2_ENABLED
|
||||
#define AP_MAVLINK_BATTERY2_ENABLED 1
|
||||
#define AP_MAVLINK_BATTERY2_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_HIGH_LATENCY2_ENABLED
|
||||
|
|
Loading…
Reference in New Issue