Add LilyGo T-ETH Elite board support

This commit is contained in:
OhYou-0
2026-04-24 10:16:19 -07:00
parent ecd0cfc1c1
commit 68360157ec
4 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include <helpers/ESP32Board.h>
class TETHEliteBoard : public ESP32Board {
public:
const char* getManufacturerName() const override {
return "LilyGO T-ETH Elite";
}
};