Этот коммит содержится в:
James Hall
2025-03-20 11:44:12 -04:00
родитель a9dde51a9b
Коммит ae08ecf8fd
2 изменённых файлов: 25 добавлений и 1 удалений
+4
Просмотреть файл
@@ -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