Files
esp-idf/components/esp_eth/test_apps/README.md
2025-01-15 22:53:33 +08: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
```