Skip to content

Commit d457553

Browse files
authored
Merge pull request #160 from espressif/master
update
2 parents 827302b + 9e7f772 commit d457553

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/upload-idf-component.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
submodules: "recursive"
1313

1414
- name: Upload components to the component registry
15-
uses: espressif/github-actions/upload_components@master
15+
uses: espressif/upload-components-ci-action@v1
1616
with:
1717
name: arduino-esp32
18+
version: ${{ github.ref_name }}
1819
namespace: espressif
1920
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

docs/source/esp-idf_component.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Installation
3737
cd ../.. && \
3838
idf.py menuconfig
3939
40+
.. note:: If you use Arduino with ESP-IDF often, you can place the arduino folder into global components folder.
41+
4042
Configuration
4143
-------------
4244

0 commit comments

Comments
 (0)