mavBatteryStatusFlagsFaultProtectionSystem top-level constant

MavBatteryStatusFlags const mavBatteryStatusFlagsFaultProtectionSystem

The battery fault protection system had detected a fault and cut all power from the battery. This will only trigger if MAV_BATTERY_STATUS_FLAGS_PROTECTIONS_ENABLED is set. Other faults like MAV_BATTERY_STATUS_FLAGS_FAULT_OVER_VOLT may also be set, indicating the cause of the protection fault.

MAV_BATTERY_STATUS_FLAGS_FAULT_PROTECTION_SYSTEM

Implementation

const MavBatteryStatusFlags mavBatteryStatusFlagsFaultProtectionSystem = 256;