Skip to content

Commit

Permalink
308
Browse files Browse the repository at this point in the history
- Update build workflow to use ESP-IDF 5.3.1
  • Loading branch information
xyzroe committed Oct 7, 2024
1 parent 36c23fd commit 12f1470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install ESP-IDF
run: |
git clone --recursive -b v5.2.2 https://github.com/espressif/esp-idf.git
git clone --recursive -b v5.3.1 https://github.com/espressif/esp-idf.git
cd esp-idf
./install.sh
. ./export.sh
Expand Down
6 changes: 1 addition & 5 deletions commit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@

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

0 comments on commit 12f1470

Please sign in to comment.