* new targets: RAK_4631_chat_alice, and _bob

This commit is contained in:
Scott Powell 2025-01-21 21:36:44 +11:00
parent 96724cd26a
commit 47567b003f
3 changed files with 48 additions and 16 deletions

View file

@ -9,7 +9,6 @@
#define RADIOLIB_STATIC_ONLY 1
#include <RadioLib.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/ArduinoHelpers.h>
#include <helpers/StaticPoolPacketManager.h>
#include <helpers/SimpleMeshTables.h>
@ -30,7 +29,7 @@
#define LORA_CR 5
#endif
#ifndef LORA_TX_POWER
#defne LORA_TX_POWER 20
#define LORA_TX_POWER 20
#endif
#ifndef ADVERT_NAME
@ -49,6 +48,7 @@
#if defined(HELTEC_LORA_V3)
#include <helpers/HeltecV3Board.h>
#include <helpers/CustomSX1262Wrapper.h>
static HeltecV3Board board;
#elif defined(ARDUINO_XIAO_ESP32C3)
#include <helpers/XiaoC3Board.h>