mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
Sub: Override get_battery_remaining_percentage()
This commit is contained in:
parent
7855d324b3
commit
f9fc75bd57
@ -40,6 +40,8 @@ protected:
|
||||
|
||||
uint64_t capabilities() const override;
|
||||
|
||||
uint8_t get_battery_remaining_percentage() override { return -1; };
|
||||
|
||||
private:
|
||||
|
||||
void handleMessage(const mavlink_message_t &msg) override;
|
||||
|
Loading…
Reference in New Issue
Block a user