mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Plane: replace APM with board in cli
This commit is contained in:
parent
4fd2d2885e
commit
a1d5c0a02a
@ -167,7 +167,7 @@ setup_factory(uint8_t argc, const Menu::arg *argv)
|
|||||||
if (('y' != c) && ('Y' != c))
|
if (('y' != c) && ('Y' != c))
|
||||||
return(-1);
|
return(-1);
|
||||||
AP_Param::erase_all();
|
AP_Param::erase_all();
|
||||||
cliSerial->printf_P(PSTR("\nFACTORY RESET complete - please reset APM to continue"));
|
cliSerial->printf_P(PSTR("\nFACTORY RESET complete - please reset board to continue"));
|
||||||
|
|
||||||
//default_flight_modes(); // This will not work here. Replacement code located in init_ardupilot()
|
//default_flight_modes(); // This will not work here. Replacement code located in init_ardupilot()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user