File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 5555 - olimex_esp32-gateway-f_dev
5656 - olimex_esp32-poe-iso
5757 - heltec_esp32-wifi-lora-v2
58+ - wt32-eth01
5859 gui :
5960 - name : gui-v2
6061 repo : OpenEVSE/openevse-gui-v2
Original file line number Diff line number Diff line change @@ -319,3 +319,26 @@ build_flags =
319319 -D RAPI_PORT =Serial1
320320 -D RX1 =25
321321 -D TX1 =27
322+
323+ [env:wt32-eth01]
324+ # For Wireless Tag
325+ board = wt32-eth01
326+ build_flags =
327+ ${common.build_flags}
328+ ${common.src_build_flags}
329+ -D WIFI_LED =12
330+ -D WIFI_LED_ON_STATE =HIGH
331+ -D WIFI_BUTTON =4
332+ -D WIFI_BUTTON_PRESSED_STATE =LOW
333+ # -D DEBUG_PORT=Serial
334+ -D RAPI_PORT =Serial2
335+ -D ENABLE_WIRED_ETHERNET
336+ -D RESET_ETH_PHY_ON_BOOT =1
337+ -D RX2 =5
338+ -D TX2 =17
339+ -D ETH_PHY_TYPE =ETH_PHY_LAN8720
340+ -D ETH_PHY_ADDR =1
341+ -D ETH_PHY_MDC =23
342+ -D ETH_PHY_MDIO =18
343+ -D ETH_CLK_MODE =ETH_CLOCK_GPIO0_IN
344+ -D ETH_PHY_POWER =16
You can’t perform that action at this time.
0 commit comments