mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-06 20:26:12 +00:00
Fix manufacturer name on Seeed Xiao S3 WIO
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <helpers/ESP32Board.h>
|
||||
|
||||
class XiaoS3WIOBoard : public ESP32Board {
|
||||
public:
|
||||
XiaoS3WIOBoard() { }
|
||||
|
||||
const char* getManufacturerName() const override {
|
||||
return "Xiao S3 WIO";
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user