From 0c8dd1d8cfc0b0c24bf3a875ca57690f677d5dfc Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 27 Mar 2021 12:47:46 +0100 Subject: [PATCH] added generic LAN8720 --- interface/src/project/EMSESPBoardProfiles.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/interface/src/project/EMSESPBoardProfiles.tsx b/interface/src/project/EMSESPBoardProfiles.tsx index ce1cc6bb8..1c07e3362 100644 --- a/interface/src/project/EMSESPBoardProfiles.tsx +++ b/interface/src/project/EMSESPBoardProfiles.tsx @@ -10,10 +10,11 @@ export const BOARD_PROFILES: BoardProfiles = { "NODEMCU": "NodeMCU 32S", "MT-ET": "MT-ET Live D1 Mini", "LOLIN": "Lolin D32", - "WEMOS": "Wemos Mini D1-32", + "WEMOS": "Wemos Mini D1 ESP32", "E32": "Gateway E32", - "OLIMEX": "Olimex ESP32-EVB-EA", - "TLK110": "Ethernet (TLK110)" + "OLIMEX": "Olimex ESP32-EVB", + "TLK110": "Generic Ethernet (TLK110)", + "LAN8720": "Generic Ethernet (LAN8720)" } export function boardProfileSelectItems() {