Merge pull request #81 from recrof/dev

roles: t-echo, t114: +room_server; WSL3: +room_server, +repeater
This commit is contained in:
ripplebiz 2025-03-10 00:22:33 +11:00 committed by GitHub
commit 676ba6d066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 181 additions and 120 deletions

View file

@ -92,6 +92,14 @@
#include <helpers/nrf52/RAK4631Board.h>
#include <helpers/CustomSX1262Wrapper.h>
static RAK4631Board board;
#elif defined(HELTEC_T114)
#include <helpers/nrf52/T114Board.h>
#include <helpers/CustomSX1262Wrapper.h>
static T114Board board;
#elif defined(LILYGO_TECHO)
#include <helpers/nrf52/TechoBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
static TechoBoard board;
#else
#error "need to provide a 'board' object"
#endif