mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Fix manufacturer name on Seeed Xiao S3 WIO
This commit is contained in:
parent
5b4544b9fe
commit
5c80334dbd
3 changed files with 17 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue