ardupilot/libraries/AP_Stats
Dr.-Ing. Amilcar Do Carmo Lucas 4996c17a75 AP_Stats: Only reset statistics if the user explicitly sets AP_Stats_RESET parameter to zero.
This allows users to load parameter files (in MP, MAVProxy or any other GCS) without
accidentally reseting the statistics, because the AP_STATS_RESET value contained in
the parameter file will be ignored (unless it is zero and it is usually not zero).
The other statistics parameters are read-only, and the GCS should be clever enough to not set those.
2024-02-21 18:28:23 +11:00
..
AP_Stats.cpp AP_Stats: Only reset statistics if the user explicitly sets AP_Stats_RESET parameter to zero. 2024-02-21 18:28:23 +11:00
AP_Stats.h AP_Stats: Add missing const in member functions 2021-02-03 18:45:14 +11:00