Faketec board support, including build targets

This commit is contained in:
taco
2025-03-11 09:34:52 +11:00
parent 676ba6d066
commit 8e793dc55e
10 changed files with 536 additions and 0 deletions
+4
View File
@@ -100,6 +100,10 @@
#include <helpers/nrf52/TechoBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
static TechoBoard 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