Files
esp-idf/components/esp_eth/test_apps/README.md
T
2025-12-15 09:44:39 +01:00

14 lines
255 B
Markdown

# EMAC Test
| Supported Targets | ESP32 | ESP32-P4 |
| ----------------- | ----- | -------- |
This test app is used to test Ethernet MAC behavior with different chips.
## Prerequisites
Install third part Python packages:
```bash
pip install scapy
```