Skip to content

Commit 0b94d9e

Browse files
authored
Merge pull request #543 from david-cermak/feat/wifi_remote_publish
fix(wifi_remote): Publish missing esp_wifi_remote and add to README
2 parents f26f2f8 + 08d06a4 commit 0b94d9e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/publish-docs-component.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,6 @@ jobs:
9898
components/console_cmd_ping;
9999
components/console_cmd_ifconfig;
100100
components/console_cmd_wifi;
101+
components/esp_wifi_remote;
101102
namespace: "espressif"
102103
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)
5353
### ESP PPP Link (eppp)
5454

5555
* 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

Comments
 (0)