mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Arducopter:test.pde made a note for WP radius that shows m in the printout.
This commit is contained in:
parent
782ebf5176
commit
f35b5ba13f
@ -858,7 +858,7 @@ test_wp(uint8_t argc, const Menu::arg *argv)
|
||||
}
|
||||
|
||||
Serial.printf_P(PSTR("%d wp\n"), (int)g.command_total);
|
||||
Serial.printf_P(PSTR("Hit rad: %d\n"), (int)g.waypoint_radius);
|
||||
Serial.printf_P(PSTR("Hit rad: %dm\n"), (int)g.waypoint_radius);
|
||||
//Serial.printf_P(PSTR("Loiter radius: %d\n\n"), (int)g.loiter_radius);
|
||||
|
||||
report_wp();
|
||||
|
Loading…
Reference in New Issue
Block a user