diff --git a/tools/psoc6/mpy-psoc6.cmd b/tools/psoc6/mpy-psoc6.cmd index 6018e7ea1f41..53a6ee2137f3 100644 --- a/tools/psoc6/mpy-psoc6.cmd +++ b/tools/psoc6/mpy-psoc6.cmd @@ -261,7 +261,7 @@ exit /b 0 :arduino_lab_download_and_launch echo Downloading Arduino Lab for Micropython... - curl.exe -s -L https://github.com/arduino/lab-micropython-editor/releases/download/0.5.0-alpha/Arduino.Lab.for.Micropython-win_x64.zip > arduino-for-micropython.zip + curl.exe -s -L https://github.com/arduino/lab-micropython-editor/releases/download/0.8.0/Arduino.Lab.for.Micropython-win_x64.zip > arduino-for-micropython.zip echo Extracting Arduino Lab for Micropython... mkdir arduino-lab-mpy powershell -command "Expand-Archive -Force 'arduino-for-micropython.zip' -DestinationPath 'arduino-lab-mpy'" diff --git a/tools/psoc6/mpy-psoc6.sh b/tools/psoc6/mpy-psoc6.sh index 1f22da5bc7d3..ffc267f922d7 100755 --- a/tools/psoc6/mpy-psoc6.sh +++ b/tools/psoc6/mpy-psoc6.sh @@ -204,7 +204,7 @@ function mpy_device_erase { function arduino_lab_download_and_launch { echo Downloading Arduino Lab for Micropython... - curl -s -L https://github.com/arduino/lab-micropython-editor/releases/download/0.5.0-alpha/Arduino.Lab.for.Micropython-linux_x64.zip > arduino-for-micropython.zip + curl -s -L https://github.com/arduino/lab-micropython-editor/releases/download/0.8.0/Arduino.Lab.for.Micropython-linux_x64.zip > arduino-for-micropython.zip echo Extracting Arduino Lab for Micropython... mkdir arduino-lab-mpy unzip arduino-for-micropython.zip -d arduino-lab-mpy