File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ build_flags =
2121 -D PIN_BOARD_SDA =5
2222 -D PIN_BOARD_SCL =6
2323 -D PIN_USER_BTN =38
24- -D PIN_GPS_RX =7
25- -D PIN_GPS_TX =15
24+ -D PIN_GPS_RX =15
25+ -D PIN_GPS_TX =7
2626 -D SX126X_DIO2_AS_RF_SWITCH =true
2727 -D SX126X_DIO3_TCXO_VOLTAGE =1.8
2828 -D SX126X_CURRENT_LIMIT =140
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ AutoDiscoverRTCClock rtc_clock(fallback_clock);
1717
1818#if ENV_INCLUDE_GPS
1919 #include < helpers/sensors/MicroNMEALocationProvider.h>
20- MicroNMEALocationProvider nmea = MicroNMEALocationProvider(Serial1);
20+ MicroNMEALocationProvider nmea = MicroNMEALocationProvider(Serial1, &rtc_clock );
2121 EnvironmentSensorManager sensors = EnvironmentSensorManager(nmea);
2222#else
2323 EnvironmentSensorManager sensors;
You can’t perform that action at this time.
0 commit comments