File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ build_flags = ${nrf52_base.build_flags}
2525 -D ENV_INCLUDE_GPS =1
2626 -D ENV_INCLUDE_BME280 =1
2727 -D GPS_BAUD_RATE =9600
28- -D PIN_GPS_EN =PIN_GPS_STANDBY
2928 -D ENV_PIN_SDA =PIN_WIRE1_SDA
3029 -D ENV_PIN_SCL =PIN_WIRE1_SCL
3130build_src_filter = ${nrf52_base.build_src_filter}
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ build_flags = ${nrf52_base.build_flags}
1616 -D ENV_INCLUDE_GPS =1
1717 -D ENV_INCLUDE_BME280 =1
1818 -D GPS_BAUD_RATE =9600
19- -D PIN_GPS_EN =PIN_GPS_STANDBY
2019 -D ENV_PIN_SDA =PIN_WIRE1_SDA
2120 -D ENV_PIN_SCL =PIN_WIRE1_SCL
2221build_src_filter = ${nrf52_base.build_src_filter}
Original file line number Diff line number Diff line change 8888#define PIN_GPS_TX PIN_SERIAL1_RX
8989#define PIN_GPS_RX PIN_SERIAL1_TX
9090#define PIN_GPS_STANDBY (0)
91- #define PIN_GPS_EN (18 )
91+ #define PIN_GPS_EN (PIN_GPS_STANDBY )
9292
9393// QSPI Pins
9494#define PIN_QSPI_SCK (19)
You can’t perform that action at this time.
0 commit comments