Skip to content

Commit 270fd42

Browse files
committed
feat(net): Add CI configs to skip H2
1 parent 4872f1d commit 270fd42

File tree

2 files changed

+10
-0
lines changed
  • libraries
    • Ethernet/examples/ETH_WIFI_BRIDGE
    • PPP/examples/PPP_WIFI_BRIDGE

2 files changed

+10
-0
lines changed

Diff for: libraries/Ethernet/examples/ETH_WIFI_BRIDGE/ci.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"targets": {
3+
"esp32h2": false
4+
}
5+
}

Diff for: libraries/PPP/examples/PPP_WIFI_BRIDGE/ci.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"targets": {
3+
"esp32h2": false
4+
}
5+
}

0 commit comments

Comments
 (0)