mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
BAT: Consolidate the highest feasible number of batteries into just 3
This commit is contained in:
committed by
Silvan Fuhrer
parent
f90d6c03fc
commit
d3acee315a
@@ -5,7 +5,7 @@
|
||||
# Battery instance information is also logged and streamed in MAVLink telemetry.
|
||||
|
||||
uint32 MESSAGE_VERSION = 1
|
||||
uint8 MAX_INSTANCES = 4
|
||||
uint8 MAX_INSTANCES = 3
|
||||
|
||||
uint64 timestamp # [us] Time since system start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user