mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
[4.5.2] Make UBLOX_MODEL_AIRBORNE_1G default (#14299)
This commit is contained in:
parent
5f6e00d904
commit
024f8e13d4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ PG_RESET_TEMPLATE(gpsConfig_t, gpsConfig,
|
|||
.autoConfig = GPS_AUTOCONFIG_ON,
|
||||
.autoBaud = GPS_AUTOBAUD_OFF,
|
||||
.gps_ublox_acquire_model = UBLOX_MODEL_STATIONARY,
|
||||
.gps_ublox_flight_model = UBLOX_MODEL_AIRBORNE_4G,
|
||||
.gps_ublox_flight_model = UBLOX_MODEL_AIRBORNE_1G,
|
||||
.gps_update_rate_hz = 10,
|
||||
.gps_ublox_use_galileo = false,
|
||||
.gps_set_home_point_once = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue