Merge pull request #543 from david-cermak/feat/wifi_remote_publish

fix(wifi_remote): Publish missing esp_wifi_remote and add to README
This commit is contained in:
david-cermak
2024-04-04 10:46:45 +02:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@ -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 }}

View File

@ -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)