fix(wifi_remote): Publish missing esp_wifi_remote and add to README

This commit is contained in:
David Cermak
2024-04-02 14:42:31 +02:00
parent cb682a793e
commit 08d06a4b7d
2 changed files with 5 additions and 0 deletions

View File

@ -98,5 +98,6 @@ jobs:
components/console_cmd_ping; components/console_cmd_ping;
components/console_cmd_ifconfig; components/console_cmd_ifconfig;
components/console_cmd_wifi; components/console_cmd_wifi;
components/esp_wifi_remote;
namespace: "espressif" namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

View File

@ -53,3 +53,7 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)
### ESP PPP Link (eppp) ### ESP PPP Link (eppp)
* Brief introduction [README](components/eppp_link/README.md) * Brief introduction [README](components/eppp_link/README.md)
### esp_wifi_remote
* Brief introduction [README](components/esp_wifi_remote/README.md)