Fix ethernet examples JSON for P4

This commit is contained in:
Lucas Saavedra Vaz 2024-09-30 19:21:46 -03:00
parent 8422b745c2
commit a76b22881a
No known key found for this signature in database
GPG key ID: 9CAE85DC84A38188
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,8 @@
{
"requires": [
"CONFIG_ETH_USE_ESP32_EMAC=y"
]
],
"targets": {
"esp32p4": false
}
}

View file

@ -1,5 +1,8 @@
{
"requires": [
"CONFIG_ETH_USE_ESP32_EMAC=y"
]
],
"targets": {
"esp32p4": false
}
}