mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
fix(wifi_remote): Publish missing esp_wifi_remote and add to README
This commit is contained in:
1
.github/workflows/publish-docs-component.yml
vendored
1
.github/workflows/publish-docs-component.yml
vendored
@ -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 }}
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user