Skip to content

Commit 12f1470

Browse files
committed
308
- Update build workflow to use ESP-IDF 5.3.1
1 parent 36c23fd commit 12f1470

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install ESP-IDF
2525
run: |
26-
git clone --recursive -b v5.2.2 https://github.com/espressif/esp-idf.git
26+
git clone --recursive -b v5.3.1 https://github.com/espressif/esp-idf.git
2727
cd esp-idf
2828
./install.sh
2929
. ./export.sh

commit.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11

2-
- Fully working Zigbee OTA (now without zlib)
3-
- Reorganized code into few files
4-
- ESP-IDF 5.3.1
5-
- esp-zboss-lib & esp-zigbee-lib 1.5.0
6-
- Some small fixes
2+
- Update build workflow to use ESP-IDF 5.3.1

0 commit comments

Comments
 (0)