Skip to content

Commit 3db7441

Browse files
committed
bump esp-idf version to 5.5.1
1 parent 70fec75 commit 3db7441

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builder/esp32.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
scrub_build_folder
1717
)
1818

19-
IDF_VER = '5.4.2'
19+
IDF_VER = '5.5.1'
2020

2121

2222
def get_partition_file_name(otp):
@@ -158,7 +158,7 @@ def get_espidf():
158158
]
159159
]
160160
print()
161-
print(f'collecting ESP-IDF v5.4.2')
161+
print(f'collecting ESP-IDF v5.5.1')
162162
print('this might take a while...')
163163
result, _ = spawn(cmd, spinner=True)
164164
if result != 0:
@@ -943,7 +943,7 @@ def submodules():
943943
['./install.sh', 'all']
944944
]
945945

946-
print(f'setting up ESP-IDF v5.4.2')
946+
print(f'setting up ESP-IDF v5.5.1')
947947
print('this might take a while...')
948948
env = {k: v for k, v in os.environ.items()}
949949
env['IDF_PATH'] = os.path.abspath(idf_path)

0 commit comments

Comments
 (0)