From bbe2681584da5e7cc5eb4417817ef5c025028cd1 Mon Sep 17 00:00:00 2001 From: Yoshi Walsh Date: Tue, 28 Jul 2026 23:13:33 +1000 Subject: [PATCH] Enable GPS support for RAK4631 & derivatives These boards support the RAK12500 and RAK12501 GPS modules. --- variants/rak4631/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/rak4631/platformio.ini b/variants/rak4631/platformio.ini index 668f69c0..edb753bf 100644 --- a/variants/rak4631/platformio.ini +++ b/variants/rak4631/platformio.ini @@ -9,6 +9,7 @@ build_flags = ${nrf52_base.build_flags} -I variants/rak4631 -D RAK_4631 -D RAK_BOARD + -UENV_INCLUDE_GPS -D NRF52_POWER_MANAGEMENT -D PIN_BOARD_SCL=14 -D PIN_BOARD_SDA=13