Browse Source

Enable GPS support for RAK4631 & derivatives

These boards support the RAK12500 and RAK12501 GPS modules.
pull/3051/head
Yoshi Walsh 13 hours ago
parent
commit
bbe2681584
  1. 1
      variants/rak4631/platformio.ini

1
variants/rak4631/platformio.ini

@ -9,6 +9,7 @@ build_flags = ${nrf52_base.build_flags}
-I variants/rak4631 -I variants/rak4631
-D RAK_4631 -D RAK_4631
-D RAK_BOARD -D RAK_BOARD
-UENV_INCLUDE_GPS
-D NRF52_POWER_MANAGEMENT -D NRF52_POWER_MANAGEMENT
-D PIN_BOARD_SCL=14 -D PIN_BOARD_SCL=14
-D PIN_BOARD_SDA=13 -D PIN_BOARD_SDA=13

Loading…
Cancel
Save