AP_Vehicle: send watchdog reset msg at startup
this helps if the watchdog will happen within 10s of startup
This commit is contained in:
parent
77687a9639
commit
ae56f554b9
@ -130,6 +130,8 @@ void AP_Vehicle::setup()
|
||||
#if AP_PARAM_KEY_DUMP
|
||||
AP_Param::show_all(hal.console, true);
|
||||
#endif
|
||||
|
||||
send_watchdog_reset_statustext();
|
||||
}
|
||||
|
||||
void AP_Vehicle::loop()
|
||||
|
Loading…
Reference in New Issue
Block a user