Copter: fixed GPS test (detection of uBlox needs 10Hz poll)
This commit is contained in:
parent
24094252fd
commit
b955aed976
@ -505,7 +505,7 @@ test_gps(uint8_t argc, const Menu::arg *argv)
|
||||
delay(1000);
|
||||
|
||||
while(1) {
|
||||
delay(333);
|
||||
delay(100);
|
||||
|
||||
// Blink GPS LED if we don't have a fix
|
||||
// ------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user