Added support for LilyGo T-Echo

This commit is contained in:
Rastislav Vysoky 2025-03-06 21:39:17 +01:00
parent e105e4184f
commit 2dd2571154
7 changed files with 369 additions and 0 deletions

View file

@ -88,6 +88,10 @@
#include <helpers/nrf52/T114Board.h>
#include <helpers/CustomSX1262Wrapper.h>
static T114Board board;
#elif defined(LILYGO_TECHO)
#include <helpers/nrf52/TechoBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
static TechoBoard board;
#else
#error "need to provide a 'board' object"
#endif