From 3ecea3dbf39914e667e8b678ce2ca85b2533b9a3 Mon Sep 17 00:00:00 2001 From: Amy Nagle Date: Mon, 21 Jul 2025 12:35:59 -0400 Subject: [PATCH] Enable UDP for base RAK4631 --- variants/nrf52840/rak4631/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/nrf52840/rak4631/platformio.ini b/variants/nrf52840/rak4631/platformio.ini index 83feaa06c..ee8849a66 100644 --- a/variants/nrf52840/rak4631/platformio.ini +++ b/variants/nrf52840/rak4631/platformio.ini @@ -8,6 +8,7 @@ build_flags = ${nrf52840_base.build_flags} -I variants/nrf52840/rak4631 -D RAK_4631 -DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely. + -DHAS_UDP_MULTICAST=1 -DEINK_DISPLAY_MODEL=GxEPD2_213_BN -DEINK_WIDTH=250 -DEINK_HEIGHT=122