Fix manufacturer name on Seeed Xiao S3 WIO

This commit is contained in:
David Hall 2025-11-03 21:00:43 +00:00
parent 5b4544b9fe
commit 5c80334dbd
3 changed files with 17 additions and 2 deletions

View file

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