Browse Source
Merge pull request #506 from 446564/cleanup-rak4631
move rak4631 specific files into variant folder
pull/517/head
ripplebiz
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
1 additions and
2 deletions
-
variants/rak4631/RAK4631Board.cpp
-
variants/rak4631/RAK4631Board.h
-
variants/rak4631/platformio.ini
-
variants/rak4631/target.h
|
|
|
@ -15,7 +15,6 @@ build_flags = ${nrf52840_base.build_flags} |
|
|
|
-D SX126X_CURRENT_LIMIT=140 |
|
|
|
-D SX126X_RX_BOOSTED_GAIN=1 |
|
|
|
build_src_filter = ${nrf52840_base.build_src_filter} |
|
|
|
+<helpers/nrf52/RAK4631Board.cpp> |
|
|
|
+<../variants/rak4631> |
|
|
|
lib_deps = |
|
|
|
${nrf52840_base.lib_deps} |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
#define RADIOLIB_STATIC_ONLY 1 |
|
|
|
#include <RadioLib.h> |
|
|
|
#include <helpers/RadioLibWrappers.h> |
|
|
|
#include <helpers/nrf52/RAK4631Board.h> |
|
|
|
#include <RAK4631Board.h> |
|
|
|
#include <helpers/CustomSX1262Wrapper.h> |
|
|
|
#include <helpers/AutoDiscoverRTCClock.h> |
|
|
|
#include <helpers/SensorManager.h> |
|
|
|
|