|
|
|
@ -31,13 +31,6 @@ const AP_Param::Info Rover::var_info[] = {
@@ -31,13 +31,6 @@ const AP_Param::Info Rover::var_info[] = {
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK), |
|
|
|
|
|
|
|
|
|
// @Param: SYS_NUM_RESETS
|
|
|
|
|
// @DisplayName: Num Resets
|
|
|
|
|
// @Description: Number of APM board resets
|
|
|
|
|
// @ReadOnly: True
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
GSCALAR(num_resets, "SYS_NUM_RESETS", 0), |
|
|
|
|
|
|
|
|
|
// @Param: RST_SWITCH_CH
|
|
|
|
|
// @DisplayName: Reset Switch Channel
|
|
|
|
|
// @Description: RC channel to use to reset to last flight mode after geofence takeover.
|
|
|
|
|