removed repeater code not working properly

This commit is contained in:
James Hall
2025-03-20 11:48:35 -04:00
parent ae08ecf8fd
commit 8b4662a40a
2 changed files with 4 additions and 21 deletions

View File

@@ -101,10 +101,6 @@
#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