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

14 wiersze
233 B
Markdown
Czysty Zwykły widok Historia

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