Add support for Xiao ESP32C6 with external antenna configuration

This commit is contained in:
Alexander Begoon 2025-08-07 22:30:33 +02:00
parent a310a5c4d5
commit ce4e559c01
No known key found for this signature in database
GPG key ID: F01186236E5A930D
4 changed files with 32 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#include <Arduino.h>
#include "target.h"
ESP32Board board;
XiaoC6Board board;
#if defined(P_LORA_SCLK)
static SPIClass spi(0);