diff --git a/src/main/pg/gps.c b/src/main/pg/gps.c index da83d6c3e0..60f3845837 100644 --- a/src/main/pg/gps.c +++ b/src/main/pg/gps.c @@ -29,7 +29,7 @@ #include "gps.h" -PG_REGISTER_WITH_RESET_TEMPLATE(gpsConfig_t, gpsConfig, PG_GPS_CONFIG, 1); +PG_REGISTER_WITH_RESET_TEMPLATE(gpsConfig_t, gpsConfig, PG_GPS_CONFIG, 2); PG_RESET_TEMPLATE(gpsConfig_t, gpsConfig, .provider = GPS_UBLOX,