Skip to content

Commit 7c84f0b

Browse files
committed
update docs/ci to v5.5.1
1 parent 3383a6e commit 7c84f0b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# TODO: Update the below variables for your project
88
APP_NAME: "Template"
99
IDF_TARGET: 'esp32'
10-
IDF_VERSION: 'v5.5'
10+
IDF_VERSION: 'v5.5.1'
1111
IDF_COMPONENT_MANAGER: "1" # whether to enable the component manager or not
1212
FLASH_TOTAL_OVERRIDE: '1500000' # number of bytes of total flash (for percentage calculations)
1313

.github/workflows/package_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
# TODO: Update the below variables for your project
1212
APP_NAME: "Template"
1313
IDF_TARGET: 'esp32'
14-
IDF_VERSION: 'v5.5'
14+
IDF_VERSION: 'v5.5.1'
1515
IDF_COMPONENT_MANAGER: "1" # whether to enable the component manager or not
1616
FLASH_TOTAL_OVERRIDE: '1500000' # number of bytes of total flash (for percentage calculations)
1717

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ development environment to be able to build and flash your target hardware.
7171
### Environment
7272

7373
This project is an ESP-IDF project, currently [ESP-IDF
74-
v.5.5](https://github.com/espressif/esp-idf).
74+
v.5.5.1](https://github.com/espressif/esp-idf).
7575

76-
For information about setting up `ESP-IDF v5.5`, please see [the official
76+
For information about setting up `ESP-IDF v5.5.1`, please see [the official
7777
ESP-IDF getting started
78-
documentation](https://docs.espressif.com/projects/esp-idf/en/v5.5/esp32s3/get-started/index.html).
78+
documentation](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32s3/get-started/index.html).
7979

8080
### Build and Flash
8181

0 commit comments

Comments
 (0)