mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Flight statistics (odometer) added.
Supported counters: - total flights count - total flight time - total flight distance (if GPS available)
This commit is contained in:
parent
22b9f34532
commit
36c8f1e224
12 changed files with 201 additions and 2 deletions
|
@ -63,6 +63,9 @@ void ensureEEPROMStructureIsValid(void);
|
|||
void saveConfigAndNotify(void);
|
||||
void validateAndFixGyroConfig(void);
|
||||
|
||||
void setConfigDirty(void);
|
||||
bool isConfigDirty(void);
|
||||
|
||||
uint8_t getCurrentPidProfileIndex(void);
|
||||
void changePidProfile(uint8_t pidProfileIndex);
|
||||
void changePidProfileFromCellCount(uint8_t cellCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue