clean up xiao nrf52

move variant specific code out of src/helpers
redefine RXEN for alternate radio pinout
This commit is contained in:
Rob Loranger
2025-07-03 09:18:26 -07:00
parent eb978f1b50
commit 90656e7d06
4 changed files with 5 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
#define RADIOLIB_STATIC_ONLY 1
#include <RadioLib.h>
#include <helpers/RadioLibWrappers.h>
#include <helpers/nrf52/XiaoNrf52Board.h>
#include <XiaoNrf52Board.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
#include <helpers/ArduinoHelpers.h>