Skip to content

Commit 5649875

Browse files
Merge branch 'master' into api_url_fix
2 parents 490076a + c41fd84 commit 5649875

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
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

platformio.ini

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)