We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04118f0 commit e825e44Copy full SHA for e825e44
variants/rak4631/platformio.ini
@@ -16,7 +16,7 @@ build_flags = ${nrf52840_base.build_flags}
16
-D SX126X_CURRENT_LIMIT=130
17
-D SX126X_RX_BOOSTED_GAIN=1
18
build_src_filter = ${nrf52840_base.build_src_filter}
19
- +<helpers/nrf52/*.cpp>
+ +<helpers/nrf52/RAK4631Board.cpp>
20
+<../variants/rak4631>
21
lib_deps =
22
${nrf52840_base.lib_deps}
@@ -86,7 +86,7 @@ build_flags =
86
; -D MESH_DEBUG=1
87
build_src_filter = ${rak4631.build_src_filter}
88
+<helpers/ui/*.cpp>
89
+ +<helpers/nrf52/SerialBLEInterface.cpp>
90
+<../examples/companion_radio>
91
92
${rak4631.lib_deps}
0 commit comments