Fix ethernet examples JSON for P4
This commit is contained in:
parent
8422b745c2
commit
a76b22881a
2 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"requires": [
|
||||
"CONFIG_ETH_USE_ESP32_EMAC=y"
|
||||
]
|
||||
],
|
||||
"targets": {
|
||||
"esp32p4": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"requires": [
|
||||
"CONFIG_ETH_USE_ESP32_EMAC=y"
|
||||
]
|
||||
],
|
||||
"targets": {
|
||||
"esp32p4": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue