added display support for t3s3

This commit is contained in:
recrof
2025-03-15 13:07:18 +01:00
parent 31f8576640
commit 7ee81f4f07
2 changed files with 47 additions and 15 deletions

View File

@@ -76,7 +76,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;