Skip to content

Commit 0cb3474

Browse files
committed
tracker-l1: correct bad definition for PIN_GPS_EN
1 parent c9b060a commit 0cb3474

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

variants/wio-tracker-l1-eink/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3130
build_src_filter = ${nrf52_base.build_src_filter}

variants/wio-tracker-l1/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2221
build_src_filter = ${nrf52_base.build_src_filter}

variants/wio-tracker-l1/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
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)

0 commit comments

Comments
 (0)