Skip to content

Commit 504859d

Browse files
committed
fix(common): Update common README and publish actions
1 parent 7678901 commit 504859d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
uses: espressif/upload-components-ci-action@v1
5454
with:
5555
directories: >
56-
components/esp_wifi_remote;components/wifi_remote_over_eppp
56+
components/esp_wifi_remote;components/wifi_remote_over_eppp;components/wifi_remote_over_at
5757
namespace: "espressif"
5858
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ This repository contains components and utilities related to esp-wifi-remote.
1515
[![Component Registry](https://components.espressif.com/components/espressif/wifi_remote_over_eppp/badge.svg)](https://components.espressif.com/components/espressif/wifi_remote_over_eppp)
1616

1717
[wifi_remote_over_eppp](https://github.com/espressif/esp-wifi-remote/tree/main/components/wifi_remote_over_eppp/README.md)
18+
19+
## wifi-remote-over-at
20+
21+
[![Component Registry](https://components.espressif.com/components/espressif/wifi_remote_over_at/badge.svg)](https://components.espressif.com/components/espressif/wifi_remote_over_at)
22+
23+
[wifi_remote_over_at](https://github.com/espressif/esp-wifi-remote/tree/main/components/wifi_remote_over_at/README.md)

0 commit comments

Comments
 (0)