Skip to content

Commit 92c5909

Browse files
authored
Change airborne default (betaflight#14271)
1 parent a732338 commit 92c5909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/pg/gps.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PG_RESET_TEMPLATE(gpsConfig_t, gpsConfig,
4141
.autoConfig = GPS_AUTOCONFIG_ON,
4242
.autoBaud = GPS_AUTOBAUD_OFF,
4343
.gps_ublox_acquire_model = UBLOX_MODEL_STATIONARY,
44-
.gps_ublox_flight_model = UBLOX_MODEL_AIRBORNE_4G,
44+
.gps_ublox_flight_model = UBLOX_MODEL_AIRBORNE_1G,
4545
.gps_update_rate_hz = 10,
4646
.gps_ublox_use_galileo = false,
4747
.gps_set_home_point_once = false,

0 commit comments

Comments
 (0)