393 clean up Minewsemi ME25LS01 variant

This commit is contained in:
Normunds Gavars
2025-07-10 00:55:38 +03:00
parent 781f7e99f6
commit ed7ca6fb60
4 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ build_flags = ${nrf52840_me25ls01.build_flags}
-D ENV_INCLUDE_INA219=1
build_src_filter = ${nrf52840_me25ls01.build_src_filter}
+<helpers/*.cpp>
+<helpers/nrf52/MinewsemiME25LS01Board.cpp>
+<../variants/minewsemi_me25ls01>
+<helpers/sensors>
debug_tool = jlink

View File

@@ -3,7 +3,7 @@
#define RADIOLIB_STATIC_ONLY 1
#include <RadioLib.h>
#include <helpers/RadioLibWrappers.h>
#include <helpers/nrf52/MinewsemiME25LS01Board.h>
#include <MinewsemiME25LS01Board.h>
#include <helpers/CustomLR1110Wrapper.h>
#include <helpers/ArduinoHelpers.h>
#include <helpers/SensorManager.h>