mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-14 12:26:34 +00:00
Faketec board support, including build targets
This commit is contained in:
@@ -78,6 +78,10 @@
|
||||
#include <helpers/nrf52/T1000eBoard.h>
|
||||
#include <helpers/CustomLR1110Wrapper.h>
|
||||
static T1000eBoard board;
|
||||
#elif defined(FAKETEC)
|
||||
#include <helpers/nrf52/faketecBoard.h>
|
||||
#include <helpers/CustomSX1262Wrapper.h>
|
||||
static faketecBoard board;
|
||||
#else
|
||||
#error "need to provide a 'board' object"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user