Skip to content

Commit ce27c13

Browse files
committed
ci(console): Ignore latest ethernet deprecation warning
1 parent eab58de commit ce27c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/console_cmd_ifconfig__build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test: [ { app: ifconfig-basic, path: "components/console_cmd_ifconfig/examples"}]
1919
include:
2020
- idf_ver: "latest"
21-
warning: "the choice symbol ETHERNET_PHY_LAN867X"
21+
warning: "the choice symbol ETHERNET_PHY_LAN867X\nis deprecated: Please use smi_gpio instead"
2222

2323
runs-on: ubuntu-22.04
2424
container: espressif/idf:${{ matrix.idf_ver }}

0 commit comments

Comments
 (0)