Merge pull request #508 from ngavars/cleanup-minewsemi

Clean up Minewsemi ME25LS01 variant
This commit is contained in:
ripplebiz 2025-07-10 14:54:20 +10:00 committed by GitHub
commit 55a259b0a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>