1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

[4.5.3] Revert gps flight model (#14334)

Revert gps flight model
This commit is contained in:
Mark Haslinghuis 2025-04-04 20:20:15 +02:00 committed by GitHub
parent 8135ba1f06
commit 332fbc9c8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ PG_RESET_TEMPLATE(gpsConfig_t, gpsConfig,
.autoConfig = GPS_AUTOCONFIG_ON, .autoConfig = GPS_AUTOCONFIG_ON,
.autoBaud = GPS_AUTOBAUD_OFF, .autoBaud = GPS_AUTOBAUD_OFF,
.gps_ublox_acquire_model = UBLOX_MODEL_STATIONARY, .gps_ublox_acquire_model = UBLOX_MODEL_STATIONARY,
.gps_ublox_flight_model = UBLOX_MODEL_AIRBORNE_1G, .gps_ublox_flight_model = UBLOX_MODEL_AIRBORNE_4G,
.gps_update_rate_hz = 10, .gps_update_rate_hz = 10,
.gps_ublox_use_galileo = false, .gps_ublox_use_galileo = false,
.gps_set_home_point_once = false, .gps_set_home_point_once = false,