TETHEliteBoard.h 191 B

12345678910
  1. #pragma once
  2. #include <helpers/ESP32Board.h>
  3. class TETHEliteBoard : public ESP32Board {
  4. public:
  5. const char* getManufacturerName() const override {
  6. return "LilyGO T-ETH Elite";
  7. }
  8. };