Skip to content

Commit

Permalink
Merge pull request #543 from david-cermak/feat/wifi_remote_publish
Browse files Browse the repository at this point in the history
fix(wifi_remote): Publish missing esp_wifi_remote and add to README
  • Loading branch information
david-cermak authored Apr 4, 2024
2 parents f26f2f8 + 08d06a4 commit 0b94d9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0b94d9e

Please sign in to comment.