* new target/env: Heltec_v2_terminal_chat

This commit is contained in:
Scott Powell 2025-02-11 12:36:26 +11:00
parent eb7fec6f1d
commit 1bab9c861c
5 changed files with 168 additions and 5 deletions

View file

@ -53,7 +53,11 @@
#include <helpers/HeltecV3Board.h>
#include <helpers/CustomSX1262Wrapper.h>
static HeltecV3Board board;
#elif defined(ARDUINO_XIAO_ESP32C3)
#elif defined(HELTEC_LORA_V2)
#include <helpers/HeltecV2Board.h>
#include <helpers/CustomSX1276Wrapper.h>
static HeltecV2Board board;
#elif defined(ARDUINO_XIAO_ESP32C3)
#include <helpers/XiaoC3Board.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/CustomSX1268Wrapper.h>