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 475ff18 commit 6297537Copy full SHA for 6297537
.github/workflows/examples.yml
@@ -20,8 +20,8 @@ jobs:
20
- "examples/arduino-wifiscan"
21
- "examples/arduino-zigbee-light"
22
- "examples/arduino-zigbee-switch"
23
+ - "examples/arduino-h2zero-BLE_scan"
24
- "examples/tasmota"
- - "examples/espidf-arduino-h2zero-BLE_scan"
25
#- "examples/espidf-arduino-matter-light"
26
- "examples/arduino-matter-light"
27
- "examples/espidf-arduino-blink"
@@ -48,7 +48,6 @@ jobs:
48
python-version: "3.13"
49
- name: Install dependencies
50
run: |
51
- python -m pip install --upgrade pip
52
pip install wheel
53
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
54
pio pkg install --global --platform file://.
0 commit comments