added generic LAN8720

This commit is contained in:
proddy
2021-03-27 12:47:46 +01:00
parent cafc6103ea
commit 0c8dd1d8cf

View File

@@ -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() {