From e825e4474fdd0ead26c2ca7aa8d5af527d3d2e4b Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 13 Apr 2025 13:36:39 +1200 Subject: [PATCH] fix rak4631 builds after addition of xio nrf52 board --- variants/rak4631/platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/rak4631/platformio.ini b/variants/rak4631/platformio.ini index 49955722..f8708acd 100644 --- a/variants/rak4631/platformio.ini +++ b/variants/rak4631/platformio.ini @@ -16,7 +16,7 @@ build_flags = ${nrf52840_base.build_flags} -D SX126X_CURRENT_LIMIT=130 -D SX126X_RX_BOOSTED_GAIN=1 build_src_filter = ${nrf52840_base.build_src_filter} - + + + +<../variants/rak4631> lib_deps = ${nrf52840_base.lib_deps} @@ -86,7 +86,7 @@ build_flags = ; -D MESH_DEBUG=1 build_src_filter = ${rak4631.build_src_filter} + - + + + +<../examples/companion_radio> lib_deps = ${rak4631.lib_deps}