Skip to content

Commit 9f9a376

Browse files
Merge pull request #77 from ElectronicCats/taskmemorymonitor
Update workflows
2 parents 6c57035 + 4c4aa75 commit 9f9a376

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*.*.*.*'
7+
- 'v*.*.*.*-*'
78

89
permissions:
910
contents: write
@@ -38,7 +39,7 @@ jobs:
3839
- name: esp-idf build
3940
uses: espressif/esp-idf-ci-action@v1
4041
with:
41-
esp_idf_version: v5.3.2
42+
esp_idf_version: v5.5.1
4243
target: esp32c6
4344
path: './firmware'
4445
command: "./get_builds.sh ${{ env.TAG_NAME }}"
@@ -113,5 +114,5 @@ jobs:
113114
### Command
114115
115116
```bash
116-
python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 bugcon_${{ env.TAG_NAME }}.bin
117+
python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 minino_${{ env.TAG_NAME }}.bin
117118
```

0 commit comments

Comments
 (0)