Skip to content

Commit

Permalink
Merge branch 'master' into api_url_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter authored Oct 24, 2023
2 parents 490076a + c41fd84 commit 5649875
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- olimex_esp32-gateway-f_dev
- olimex_esp32-poe-iso
- heltec_esp32-wifi-lora-v2
- wt32-eth01
gui:
- name: gui-v2
repo: OpenEVSE/openevse-gui-v2
Expand Down
23 changes: 23 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,26 @@ build_flags =
-D RAPI_PORT=Serial1
-D RX1=25
-D TX1=27

[env:wt32-eth01]
# For Wireless Tag
board = wt32-eth01
build_flags =
${common.build_flags}
${common.src_build_flags}
-D WIFI_LED=12
-D WIFI_LED_ON_STATE=HIGH
-D WIFI_BUTTON=4
-D WIFI_BUTTON_PRESSED_STATE=LOW
# -D DEBUG_PORT=Serial
-D RAPI_PORT=Serial2
-D ENABLE_WIRED_ETHERNET
-D RESET_ETH_PHY_ON_BOOT=1
-D RX2=5
-D TX2=17
-D ETH_PHY_TYPE=ETH_PHY_LAN8720
-D ETH_PHY_ADDR=1
-D ETH_PHY_MDC=23
-D ETH_PHY_MDIO=18
-D ETH_CLK_MODE=ETH_CLOCK_GPIO0_IN
-D ETH_PHY_POWER=16

0 comments on commit 5649875

Please sign in to comment.