From e13fb6a42607df75042bd8e901fc4904cd2c3fe5 Mon Sep 17 00:00:00 2001 From: Kevin Le Date: Sun, 9 Aug 2026 12:38:31 +0700 Subject: [PATCH] Added ; -D FORCE_GPS_ALIVE --- variants/rak4631/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/rak4631/platformio.ini b/variants/rak4631/platformio.ini index 662a9a6a..7279a6c5 100644 --- a/variants/rak4631/platformio.ini +++ b/variants/rak4631/platformio.ini @@ -13,6 +13,7 @@ build_flags = ${nrf52_base.build_flags} ; -D NRF52_POWER_MANAGEMENT -D PIN_BOARD_SCL=14 -D PIN_BOARD_SDA=13 +; -D FORCE_GPS_ALIVE // Do not off WB_IO2 if we want to keep other sensor / IO slots on -D PIN_GPS_EN=-1 -D PIN_OLED_RESET=-1 -D USE_SX1262