Browse Source
Merge pull request #507 from ngavars/cleanup-promicro
Clean up Promicro variant
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
3 deletions
-
variants/promicro/PromicroBoard.cpp
-
variants/promicro/PromicroBoard.h
-
variants/promicro/platformio.ini
-
variants/promicro/target.h
|
|
|
@ -23,7 +23,6 @@ build_flags = ${nrf52_base.build_flags} |
|
|
|
-D ENV_INCLUDE_INA3221=1 |
|
|
|
-D ENV_INCLUDE_INA219=1 |
|
|
|
build_src_filter = ${nrf52_base.build_src_filter} |
|
|
|
+<helpers/nrf52/PromicroBoard.cpp> |
|
|
|
+<helpers/sensors> |
|
|
|
+<../variants/promicro> |
|
|
|
lib_deps= ${nrf52_base.lib_deps} |
|
|
|
@ -130,7 +129,6 @@ build_flags = ${nrf52_base.build_flags} |
|
|
|
-D SX126X_RX_BOOSTED_GAIN=1 |
|
|
|
build_src_filter = |
|
|
|
${nrf52_base.build_src_filter} |
|
|
|
+<helpers/nrf52/PromicroBoard.cpp> |
|
|
|
+<helpers/sensors> |
|
|
|
+<../variants/promicro> |
|
|
|
lib_deps= ${nrf52_base.lib_deps} |
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
#define RADIOLIB_STATIC_ONLY 1 |
|
|
|
#include <RadioLib.h> |
|
|
|
#include <helpers/RadioLibWrappers.h> |
|
|
|
#include <helpers/nrf52/PromicroBoard.h> |
|
|
|
#include <PromicroBoard.h> |
|
|
|
#include <helpers/CustomSX1262Wrapper.h> |
|
|
|
#include <helpers/CustomLLCC68Wrapper.h> |
|
|
|
#include <helpers/AutoDiscoverRTCClock.h> |
|
|
|
|