HAL_ChibiOS: change f303-MatekGPS to 5Hz by default
This commit is contained in:
parent
bce3c551e7
commit
a587195912
@ -157,8 +157,9 @@ define HAL_PERIPH_ENABLE_ADSB
|
||||
|
||||
define HAL_MSP_ENABLED 1
|
||||
|
||||
# the GPS is good at 10Hz
|
||||
define GPS_MAX_RATE_MS 100
|
||||
# the M8 GPS is good at 10Hz, but the M9 is better at 5Hz,
|
||||
# so stick to 5Hz as the firmware is shared
|
||||
define GPS_MAX_RATE_MS 200
|
||||
|
||||
# 10" DLVR sensor by default
|
||||
define HAL_AIRSPEED_TYPE_DEFAULT 9
|
||||
|
Loading…
Reference in New Issue
Block a user