Merge pull request #23 from fdlamotte/t1000e_code

T1000e code
This commit is contained in:
ripplebiz
2025-02-19 17:49:36 +11:00
committed by GitHub
6 changed files with 175 additions and 0 deletions

View File

@@ -70,6 +70,10 @@
#include <helpers/nrf52/RAK4631Board.h>
#include <helpers/CustomSX1262Wrapper.h>
static RAK4631Board board;
#elif defined(T1000_E)
#include <helpers/nrf52/T1000eBoard.h>
#include <helpers/CustomLR1110Wrapper.h>
static T1000eBoard board;
#else
#error "need to provide a 'board' object"
#endif