mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-07 20:56:11 +00:00
Added Xiao S3 variant.
This is for Xiao S3 and a normal Wio SX1262 for Xiao shield.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <helpers/ESP32Board.h>
|
||||
|
||||
class XiaoS3Board : public ESP32Board {
|
||||
public:
|
||||
XiaoS3Board() { }
|
||||
|
||||
const char* getManufacturerName() const override {
|
||||
return "Xiao S3";
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user