mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
add T1000e conditionals to examples
This commit is contained in:
parent
67c7fc070e
commit
b4ee9ecfb9
2 changed files with 8 additions and 0 deletions
|
|
@ -76,6 +76,10 @@
|
||||||
#include <helpers/nrf52/RAK4631Board.h>
|
#include <helpers/nrf52/RAK4631Board.h>
|
||||||
#include <helpers/CustomSX1262Wrapper.h>
|
#include <helpers/CustomSX1262Wrapper.h>
|
||||||
static RAK4631Board board;
|
static RAK4631Board board;
|
||||||
|
#elif defined(T1000_E)
|
||||||
|
#include <helpers/nrf52/T1000eBoard.h>
|
||||||
|
#include <helpers/CustomLR1110Wrapper.h>
|
||||||
|
static T1000eBoard board;
|
||||||
#else
|
#else
|
||||||
#error "need to provide a 'board' object"
|
#error "need to provide a 'board' object"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,10 @@
|
||||||
#include <helpers/nrf52/RAK4631Board.h>
|
#include <helpers/nrf52/RAK4631Board.h>
|
||||||
#include <helpers/CustomSX1262Wrapper.h>
|
#include <helpers/CustomSX1262Wrapper.h>
|
||||||
static RAK4631Board board;
|
static RAK4631Board board;
|
||||||
|
#elif defined(T1000_E)
|
||||||
|
#include <helpers/nrf52/T1000eBoard.h>
|
||||||
|
#include <helpers/CustomLR1110Wrapper.h>
|
||||||
|
static T1000eBoard board;
|
||||||
#else
|
#else
|
||||||
#error "need to provide a 'board' object"
|
#error "need to provide a 'board' object"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue