From 08d06a4b7d125addb7e873b82d0ee83ddea0ede4 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 2 Apr 2024 14:42:31 +0200 Subject: [PATCH] fix(wifi_remote): Publish missing esp_wifi_remote and add to README --- .github/workflows/publish-docs-component.yml | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) 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)