Skip to content

Commit 7767aac

Browse files
committed
GCS_MAVLink: default support for BATTERY2 sending to off
replaced by BATTERY_STATUS
1 parent d16ff40 commit 7767aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/GCS_MAVLink/GCS_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// BATTERY2 is slated to be removed:
1616
#ifndef AP_MAVLINK_BATTERY2_ENABLED
17-
#define AP_MAVLINK_BATTERY2_ENABLED 1
17+
#define AP_MAVLINK_BATTERY2_ENABLED 0
1818
#endif
1919

2020
#ifndef HAL_HIGH_LATENCY2_ENABLED

0 commit comments

Comments
 (0)