mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-31 08:15:52 +00:00
Screen support for tbeam
This commit is contained in:
@@ -101,6 +101,10 @@
|
||||
#include <helpers/CustomSX1262Wrapper.h>
|
||||
#include <helpers/CustomLLCC68Wrapper.h>
|
||||
static faketecBoard board;
|
||||
#elif defined(LILYGO_TBEAM)
|
||||
#include <helpers/TBeamBoard.h>
|
||||
#include <helpers/CustomSX1276Wrapper.h>
|
||||
static TBeamBoard board;
|
||||
#else
|
||||
#error "need to provide a 'board' object"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user