mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
tracker-l1: correct bad definition for PIN_GPS_EN
This commit is contained in:
parent
c9b060aefb
commit
0cb34740d2
3 changed files with 1 additions and 3 deletions
|
|
@ -25,7 +25,6 @@ build_flags = ${nrf52_base.build_flags}
|
|||
-D ENV_INCLUDE_GPS=1
|
||||
-D ENV_INCLUDE_BME280=1
|
||||
-D GPS_BAUD_RATE=9600
|
||||
-D PIN_GPS_EN=PIN_GPS_STANDBY
|
||||
-D ENV_PIN_SDA=PIN_WIRE1_SDA
|
||||
-D ENV_PIN_SCL=PIN_WIRE1_SCL
|
||||
build_src_filter = ${nrf52_base.build_src_filter}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ build_flags = ${nrf52_base.build_flags}
|
|||
-D ENV_INCLUDE_GPS=1
|
||||
-D ENV_INCLUDE_BME280=1
|
||||
-D GPS_BAUD_RATE=9600
|
||||
-D PIN_GPS_EN=PIN_GPS_STANDBY
|
||||
-D ENV_PIN_SDA=PIN_WIRE1_SDA
|
||||
-D ENV_PIN_SCL=PIN_WIRE1_SCL
|
||||
build_src_filter = ${nrf52_base.build_src_filter}
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@
|
|||
#define PIN_GPS_TX PIN_SERIAL1_RX
|
||||
#define PIN_GPS_RX PIN_SERIAL1_TX
|
||||
#define PIN_GPS_STANDBY (0)
|
||||
#define PIN_GPS_EN (18)
|
||||
#define PIN_GPS_EN (PIN_GPS_STANDBY)
|
||||
|
||||
// QSPI Pins
|
||||
#define PIN_QSPI_SCK (19)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue