Skip to content

Commit 7f38e3f

Browse files
committed
feat: Enable GPS on RAK 1W kit
1 parent ecd0cfc commit 7f38e3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

variants/rak3401/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build_flags = ${nrf52_base.build_flags}
66
${sensor_base.build_flags}
77
-I variants/rak3401
88
-D RAK_3401
9+
-D RAK_BOARD
910
-D NRF52_POWER_MANAGEMENT
1011
-D RADIO_CLASS=CustomSX1262
1112
-D WRAPPER_CLASS=CustomSX1262Wrapper
@@ -82,6 +83,7 @@ board_upload.maximum_size = 712704
8283
build_flags =
8384
${rak3401.build_flags}
8485
-I examples/companion_radio/ui-new
86+
-D PIN_GPS_EN=-1
8587
-D DISPLAY_CLASS=SSD1306Display
8688
-D MAX_CONTACTS=350
8789
-D MAX_GROUP_CHANNELS=40

0 commit comments

Comments
 (0)