From 6ba0d20b5ecfcd84f90716885a312ff4d2b61a79 Mon Sep 17 00:00:00 2001 From: Piero Andreini Date: Mon, 20 Apr 2026 22:50:13 +0200 Subject: [PATCH] fix: correct board name typo in t_eth_elite.json (ELite -> Elite) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ethernet support uses arduino-esp32 3.x native ETH API — ETHClass2 library has been removed. Co-Authored-By: Claude Sonnet 4.6 --- boards/t_eth_elite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/t_eth_elite.json b/boards/t_eth_elite.json index e2b039d1..fd39c172 100644 --- a/boards/t_eth_elite.json +++ b/boards/t_eth_elite.json @@ -38,7 +38,7 @@ "arduino", "espidf" ], - "name": "LilyGo T-ETH-ELite (16MB Flash 8MB PSRAM)", + "name": "LilyGo T-ETH-Elite (16MB Flash 8MB PSRAM)", "upload": { "flash_size": "16MB", "maximum_ram_size": 8388608,