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 448f94a commit 41d85bcCopy full SHA for 41d85bc
.github/workflows/push.yml
@@ -23,3 +23,7 @@ jobs:
23
arduino-cli --config-file arduino-cli.yaml core install esp32:[email protected]
24
- name: Compile Sketch
25
run: arduino-cli --config-file arduino-cli.yaml --library ./src/ compile --fqbn esp32:esp32:esp32 ./examples/ClientServer/Client/Client.ino
26
+ - name: Compile Sketch with IPv6
27
+ env:
28
+ LWIP_IPV6: true
29
+ run: arduino-cli --config-file arduino-cli.yaml --library ./src/ compile --fqbn esp32:esp32:esp32 ./examples/ClientServer/Client/Client.ino
0 commit comments