diff --git a/docs/api/esp_eth.rst b/docs/api/esp_eth.rst index f8f19092d1..d6d98e43d8 100644 --- a/docs/api/esp_eth.rst +++ b/docs/api/esp_eth.rst @@ -4,7 +4,7 @@ ETHERNET Application Example ------------------- -ethernet example: `examples/14_ethernet `_. +ethernet example: `examples/17_ethernet `_. API Reference ------------- diff --git a/docs/api/pcnt.rst b/docs/api/pcnt.rst index 848fa55267..08450b64a6 100644 --- a/docs/api/pcnt.rst +++ b/docs/api/pcnt.rst @@ -9,7 +9,7 @@ The PCNT (Pulse Counter) module is designed to count the number of rising and/or Application Example ------------------- -Pulse counter with control signal and event interrupt example: `examples/12_pcnt `_. +Pulse counter with control signal and event interrupt example: `examples/16_pcnt `_. API Reference ------------- diff --git a/examples/14_ethernet/Makefile b/examples/17_ethernet/Makefile similarity index 100% rename from examples/14_ethernet/Makefile rename to examples/17_ethernet/Makefile diff --git a/examples/14_ethernet/README.md b/examples/17_ethernet/README.md similarity index 100% rename from examples/14_ethernet/README.md rename to examples/17_ethernet/README.md diff --git a/examples/14_ethernet/main/component.mk b/examples/17_ethernet/main/component.mk similarity index 100% rename from examples/14_ethernet/main/component.mk rename to examples/17_ethernet/main/component.mk diff --git a/examples/14_ethernet/main/ethernet_main.c b/examples/17_ethernet/main/ethernet_main.c similarity index 100% rename from examples/14_ethernet/main/ethernet_main.c rename to examples/17_ethernet/main/ethernet_main.c