* added companion radio targets for T3S3 board

This commit is contained in:
Scott Powell 2025-02-04 22:09:46 +11:00
parent 6cef056488
commit 8c9144f785
3 changed files with 38 additions and 1 deletions

View file

@ -64,7 +64,7 @@
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/CustomSX1268Wrapper.h>
static XiaoC3Board board;
#elif defined(SEEED_XIAO_S3)
#elif defined(SEEED_XIAO_S3) || defined(LILYGO_T3S3)
#include <helpers/ESP32Board.h>
#include <helpers/CustomSX1262Wrapper.h>
static ESP32Board board;