|
|
|
@ -32,8 +32,8 @@ const AP_Param::GroupInfo AP_Stats::var_info[] = {
@@ -32,8 +32,8 @@ const AP_Param::GroupInfo AP_Stats::var_info[] = {
|
|
|
|
|
AP_GROUPINFO("_RUNTIME", 2, AP_Stats, params.runtime, 0), |
|
|
|
|
|
|
|
|
|
// @Param: _RESET
|
|
|
|
|
// @DisplayName: Reset time
|
|
|
|
|
// @Description: Seconds since January 1st 2016 (Unix epoch+1451606400) since reset (set to 0 to reset statistics)
|
|
|
|
|
// @DisplayName: Statistics Reset Time
|
|
|
|
|
// @Description: Seconds since January 1st 2016 (Unix epoch+1451606400) since statistics reset (set to 0 to reset statistics)
|
|
|
|
|
// @Units: s
|
|
|
|
|
// @ReadOnly: True
|
|
|
|
|
// @User: Standard
|
|
|
|
|