393 clean up Promicro variant

이 커밋은 다음에 포함됨:
Normunds Gavars
2025-07-10 00:08:59 +03:00
부모 781f7e99f6
커밋 cdd44212a1
4개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
-2
파일 보기
@@ -23,7 +23,6 @@ build_flags = ${nrf52_base.build_flags}
-D ENV_INCLUDE_INA3221=1 -D ENV_INCLUDE_INA3221=1
-D ENV_INCLUDE_INA219=1 -D ENV_INCLUDE_INA219=1
build_src_filter = ${nrf52_base.build_src_filter} build_src_filter = ${nrf52_base.build_src_filter}
+<helpers/nrf52/PromicroBoard.cpp>
+<helpers/sensors> +<helpers/sensors>
+<../variants/promicro> +<../variants/promicro>
lib_deps= ${nrf52_base.lib_deps} lib_deps= ${nrf52_base.lib_deps}
@@ -130,7 +129,6 @@ build_flags = ${nrf52_base.build_flags}
-D SX126X_RX_BOOSTED_GAIN=1 -D SX126X_RX_BOOSTED_GAIN=1
build_src_filter = build_src_filter =
${nrf52_base.build_src_filter} ${nrf52_base.build_src_filter}
+<helpers/nrf52/PromicroBoard.cpp>
+<helpers/sensors> +<helpers/sensors>
+<../variants/promicro> +<../variants/promicro>
lib_deps= ${nrf52_base.lib_deps} lib_deps= ${nrf52_base.lib_deps}
+1 -1
파일 보기
@@ -3,7 +3,7 @@
#define RADIOLIB_STATIC_ONLY 1 #define RADIOLIB_STATIC_ONLY 1
#include <RadioLib.h> #include <RadioLib.h>
#include <helpers/RadioLibWrappers.h> #include <helpers/RadioLibWrappers.h>
#include <helpers/nrf52/PromicroBoard.h> #include <PromicroBoard.h>
#include <helpers/CustomSX1262Wrapper.h> #include <helpers/CustomSX1262Wrapper.h>
#include <helpers/CustomLLCC68Wrapper.h> #include <helpers/CustomLLCC68Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h> #include <helpers/AutoDiscoverRTCClock.h>