From 3167bf756c51e669e8ae13f2ccdabcbff38f67ad Mon Sep 17 00:00:00 2001 From: Jan Post Date: Thu, 20 Apr 2023 13:22:42 +0200 Subject: [PATCH] Increment parameter group version of GPS config (#12681) --- src/main/pg/gps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,