From 2dc8d53738befb5ec3c7bb25e82768159e9e7bd1 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Wed, 26 Jul 2023 11:03:42 +0200 Subject: [PATCH] tools/psoc6/mpy-psoc6: Updated with latest Arduino Lab IDE version. Signed-off-by: enriquezgarc --- tools/psoc6/mpy-psoc6.cmd | 2 +- tools/psoc6/mpy-psoc6.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/psoc6/mpy-psoc6.cmd b/tools/psoc6/mpy-psoc6.cmd index 6018e7ea1f412..53a6ee2137f3a 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 1f22da5bc7d34..ffc267f922d77 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