From 88604b0c6002db56e14cb56eae142bc2549ab042 Mon Sep 17 00:00:00 2001 From: AndriiFilippov Date: Thu, 20 Jan 2022 12:50:31 +0100 Subject: [PATCH] CI: Remove supported targets from ethernet examples README.md --- examples/ethernet/basic/README.md | 3 --- examples/ethernet/eth2ap/README.md | 3 --- examples/ethernet/iperf/README.md | 3 --- 3 files changed, 9 deletions(-) diff --git a/examples/ethernet/basic/README.md b/examples/ethernet/basic/README.md index 0606572602..49961a0266 100644 --- a/examples/ethernet/basic/README.md +++ b/examples/ethernet/basic/README.md @@ -1,6 +1,3 @@ -| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 | -| ----------------- | ----- | -------- | -------- | - # Ethernet Example (See the README.md file in the upper level 'examples' directory for more information about examples.) diff --git a/examples/ethernet/eth2ap/README.md b/examples/ethernet/eth2ap/README.md index 31722dbafa..13bd9aa0b9 100644 --- a/examples/ethernet/eth2ap/README.md +++ b/examples/ethernet/eth2ap/README.md @@ -1,6 +1,3 @@ -| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 | -| ----------------- | ----- | -------- | -------- | - # eth2ap Example (See the README.md file in the upper level 'examples' directory for more information about examples. To try a more complex application about Ethernet to WiFi data forwarding, please go to [iot-solution](https://github.com/espressif/esp-iot-solution/tree/release/v1.0/examples/eth2wifi).) diff --git a/examples/ethernet/iperf/README.md b/examples/ethernet/iperf/README.md index bdb29819cf..3d8bf3149d 100644 --- a/examples/ethernet/iperf/README.md +++ b/examples/ethernet/iperf/README.md @@ -1,6 +1,3 @@ -| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 | -| ----------------- | ----- | -------- | -------- | - # Ethernet iperf Example (See the README.md file in the upper level 'examples' directory for more information about examples.)