mirror of https://github.com/meshcore-dev/MeshCore
3 changed files with 17 additions and 2 deletions
@ -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"; |
|||
} |
|||
}; |
|||
Loading…
Reference in new issue