mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
LP-457 High baudrate fix like 230400bds where packets are dropped
This commit is contained in:
parent
05a358e505
commit
82ca8fa643
@ -127,7 +127,7 @@ void updateGpsSettings(__attribute__((unused)) UAVObjEvent *ev);
|
||||
// are run often enough.
|
||||
// GPS_LOOP_DELAY_MS on the other hand, should be less then 5.55 ms. A value set too high will cause data to be dropped.
|
||||
|
||||
#define GPS_LOOP_DELAY_MS 5
|
||||
#define GPS_LOOP_DELAY_MS 4
|
||||
#define GPS_BLOCK_ON_NO_DATA_MS 20
|
||||
|
||||
#ifdef PIOS_GPS_SETS_HOMELOCATION
|
||||
|
Loading…
x
Reference in New Issue
Block a user