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
commit 72d44a17d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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