Skip to content

Commit

Permalink
added generic LAN8720
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Mar 27, 2021
1 parent cafc610 commit 0c8dd1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions interface/src/project/EMSESPBoardProfiles.tsx
Expand Up @@ -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() {
Expand Down

0 comments on commit 0c8dd1d

Please sign in to comment.