Skip to content

Commit e825e44

Browse files
committed
fix rak4631 builds after addition of xio nrf52 board
1 parent 04118f0 commit e825e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/rak4631/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build_flags = ${nrf52840_base.build_flags}
1616
-D SX126X_CURRENT_LIMIT=130
1717
-D SX126X_RX_BOOSTED_GAIN=1
1818
build_src_filter = ${nrf52840_base.build_src_filter}
19-
+<helpers/nrf52/*.cpp>
19+
+<helpers/nrf52/RAK4631Board.cpp>
2020
+<../variants/rak4631>
2121
lib_deps =
2222
${nrf52840_base.lib_deps}
@@ -86,7 +86,7 @@ build_flags =
8686
; -D MESH_DEBUG=1
8787
build_src_filter = ${rak4631.build_src_filter}
8888
+<helpers/ui/*.cpp>
89-
+<helpers/nrf52/*.cpp>
89+
+<helpers/nrf52/SerialBLEInterface.cpp>
9090
+<../examples/companion_radio>
9191
lib_deps =
9292
${rak4631.lib_deps}

0 commit comments

Comments
 (0)