diff --git a/.github/workflows/publish-docs-component.yml b/.github/workflows/publish-docs-component.yml index 0b7d39ba32..71bef14fc3 100644 --- a/.github/workflows/publish-docs-component.yml +++ b/.github/workflows/publish-docs-component.yml @@ -98,5 +98,6 @@ jobs: components/console_cmd_ping; components/console_cmd_ifconfig; components/console_cmd_wifi; + components/esp_wifi_remote; namespace: "espressif" api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} diff --git a/README.md b/README.md index 918eac47a7..b2822989e6 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,7 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf) ### ESP PPP Link (eppp) * Brief introduction [README](components/eppp_link/README.md) + +### esp_wifi_remote + +* Brief introduction [README](components/esp_wifi_remote/README.md)