mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
initial port of M5Stack Unit C6L, update pioarduino to newer bugfix release
This commit is contained in:
parent
06a83c0453
commit
84e68cf4cb
5 changed files with 192 additions and 3 deletions
15
variants/m5stack_unit_c6l/UnitC6LBoard.h
Normal file
15
variants/m5stack_unit_c6l/UnitC6LBoard.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <helpers/ESP32Board.h>
|
||||
|
||||
class UnitC6LBoard : public ESP32Board {
|
||||
public:
|
||||
void begin() {
|
||||
ESP32Board::begin();
|
||||
}
|
||||
|
||||
const char* getManufacturerName() const override {
|
||||
return "Unit C6L";
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue