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 70fec75 commit 3db7441Copy full SHA for 3db7441
builder/esp32.py
@@ -16,7 +16,7 @@
16
scrub_build_folder
17
)
18
19
-IDF_VER = '5.4.2'
+IDF_VER = '5.5.1'
20
21
22
def get_partition_file_name(otp):
@@ -158,7 +158,7 @@ def get_espidf():
158
]
159
160
print()
161
- print(f'collecting ESP-IDF v5.4.2')
+ print(f'collecting ESP-IDF v5.5.1')
162
print('this might take a while...')
163
result, _ = spawn(cmd, spinner=True)
164
if result != 0:
@@ -943,7 +943,7 @@ def submodules():
943
['./install.sh', 'all']
944
945
946
- print(f'setting up ESP-IDF v5.4.2')
+ print(f'setting up ESP-IDF v5.5.1')
947
948
env = {k: v for k, v in os.environ.items()}
949
env['IDF_PATH'] = os.path.abspath(idf_path)
0 commit comments