mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
added generic LAN8720
This commit is contained in:
@@ -10,10 +10,11 @@ export const BOARD_PROFILES: BoardProfiles = {
|
|||||||
"NODEMCU": "NodeMCU 32S",
|
"NODEMCU": "NodeMCU 32S",
|
||||||
"MT-ET": "MT-ET Live D1 Mini",
|
"MT-ET": "MT-ET Live D1 Mini",
|
||||||
"LOLIN": "Lolin D32",
|
"LOLIN": "Lolin D32",
|
||||||
"WEMOS": "Wemos Mini D1-32",
|
"WEMOS": "Wemos Mini D1 ESP32",
|
||||||
"E32": "Gateway E32",
|
"E32": "Gateway E32",
|
||||||
"OLIMEX": "Olimex ESP32-EVB-EA",
|
"OLIMEX": "Olimex ESP32-EVB",
|
||||||
"TLK110": "Ethernet (TLK110)"
|
"TLK110": "Generic Ethernet (TLK110)",
|
||||||
|
"LAN8720": "Generic Ethernet (LAN8720)"
|
||||||
}
|
}
|
||||||
|
|
||||||
export function boardProfileSelectItems() {
|
export function boardProfileSelectItems() {
|
||||||
|
|||||||
Reference in New Issue
Block a user