Files
esp-idf/components/esp_eth/test_apps/README.md
T

14 lines
233 B
Markdown
Raw Normal View History

# EMAC Test
2021-07-14 15:37:47 +08:00
| Supported Targets | ESP32 |
| ----------------- | ----- |
2022-11-08 16:54:39 +00:00
This test app is used to test Ethernet MAC behavior with different chips.
2021-07-14 15:37:47 +08:00
## Prerequisites
Install third part Python packages:
```bash
pip install scapy
```