Skip to content

Commit 37565da

Browse files
committed
feat: add wt32-eth01 board as build target
1 parent bdbb849 commit 37565da

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

platformio.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,18 @@ build_flags =
123123
${env.build_flags}
124124
-DARDUINO_USB_CDC_ON_BOOT=1
125125
-DARDUINO_USB_MODE=1
126+
127+
[env:esp32-wt32-eth01]
128+
; Works for the WT32-ETH01 board with Ethernet support
129+
board = wt32-eth01
130+
board_build.partitions = min_spiffs.csv
131+
build_flags =
132+
${env.build_flags}
133+
; Not an LED but an unused GPIO pin
134+
-DLED_BUILTIN=14
135+
-DKEY_BUILTIN=0
136+
-DFT_ETHERNET=1
137+
; Only use the filtered Adafruit SSL cert bundle as the full Mozilla bundle is too large for this board with the whole demo app
138+
board_ssl_cert_source = adafruit
139+
140+

0 commit comments

Comments
 (0)