We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbb849 commit 37565daCopy full SHA for 37565da
platformio.ini
@@ -123,3 +123,18 @@ build_flags =
123
${env.build_flags}
124
-DARDUINO_USB_CDC_ON_BOOT=1
125
-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