We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c23fd commit 12f1470Copy full SHA for 12f1470
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Install ESP-IDF
25
run: |
26
- 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
27
cd esp-idf
28
./install.sh
29
. ./export.sh
commit.md
@@ -1,6 +1,2 @@
1
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
+- Update build workflow to use ESP-IDF 5.3.1
0 commit comments