Skip to content

Commit 459169e

Browse files
authored
Merge pull request #1092 from liquidraver/rakgps
Fix RAK4631 GPS UART pin macros for L76K to work
2 parents caf421b + b0ce006 commit 459169e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/rak4631/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ build_flags = ${nrf52_base.build_flags}
99
-D RAK_BOARD
1010
-D PIN_BOARD_SCL=14
1111
-D PIN_BOARD_SDA=13
12-
-D PIN_GPS_TX=16
13-
-D PIN_GPS_RX=15
12+
-D PIN_GPS_TX=PIN_SERIAL1_RX
13+
-D PIN_GPS_RX=PIN_SERIAL1_TX
1414
-D PIN_GPS_EN=-1
1515
-D PIN_OLED_RESET=-1
1616
-D RADIO_CLASS=CustomSX1262

0 commit comments

Comments
 (0)