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.
2 parents 55a259b + 9d0dd79 commit cd1cf71Copy full SHA for cd1cf71
src/helpers/nrf52/RAK4631Board.cpp renamed to variants/rak4631/RAK4631Board.cpp
src/helpers/nrf52/RAK4631Board.h renamed to variants/rak4631/RAK4631Board.h
variants/rak4631/platformio.ini
@@ -15,7 +15,6 @@ build_flags = ${nrf52840_base.build_flags}
15
-D SX126X_CURRENT_LIMIT=140
16
-D SX126X_RX_BOOSTED_GAIN=1
17
build_src_filter = ${nrf52840_base.build_src_filter}
18
- +<helpers/nrf52/RAK4631Board.cpp>
19
+<../variants/rak4631>
20
lib_deps =
21
${nrf52840_base.lib_deps}
variants/rak4631/target.h
@@ -3,7 +3,7 @@
3
#define RADIOLIB_STATIC_ONLY 1
4
#include <RadioLib.h>
5
#include <helpers/RadioLibWrappers.h>
6
-#include <helpers/nrf52/RAK4631Board.h>
+#include <RAK4631Board.h>
7
#include <helpers/CustomSX1262Wrapper.h>
8
#include <helpers/AutoDiscoverRTCClock.h>
9
#include <helpers/SensorManager.h>
0 commit comments