espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

fix: Changed parameter -O to -OutFile for Invoke-WebRequest function #218

Closed jakub-kocka closed 4 months ago

jakub-kocka commented 4 months ago

IDF Installer is not possible to build because of

ambiguous parameter name 'O'

in the Invoke-WebRequest function. Here is the failed build which should be fixed by this change. The build has successfully passed locally.