We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f26f2f8 + 08d06a4 commit 0b94d9eCopy full SHA for 0b94d9e
.github/workflows/publish-docs-component.yml
@@ -98,5 +98,6 @@ jobs:
98
components/console_cmd_ping;
99
components/console_cmd_ifconfig;
100
components/console_cmd_wifi;
101
+ components/esp_wifi_remote;
102
namespace: "espressif"
103
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
README.md
@@ -53,3 +53,7 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)
53
### ESP PPP Link (eppp)
54
55
* Brief introduction [README](components/eppp_link/README.md)
56
+
57
+### esp_wifi_remote
58
59
+* Brief introduction [README](components/esp_wifi_remote/README.md)
0 commit comments