Skip to content

Commit

Permalink
tools/psoc6/mpy-psoc6: Updated with latest Arduino Lab IDE version.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Jul 26, 2023
1 parent ca54875 commit 82c9a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/psoc6/mpy-psoc6.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down
2 changes: 1 addition & 1 deletion tools/psoc6/mpy-psoc6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82c9a3a

Please sign in to comment.