mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Arducopter:test.pde made a note for WP radius that shows m in the printout.
This commit is contained in:
parent
e1484180f8
commit
997031bca0
@ -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