File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
__author__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
6
6
__license__ = "MPL 2.0"
7
- __version__ = "1.1.0 "
7
+ __version__ = "1.1.1 "
8
8
__maintainer__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
9
9
__required_firmware_version__ = "1.1.0"
10
10
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ python -m mpremote %port_string% fs cp arduino_alvik/uart.py :lib/arduino_alvik/
30
30
31
31
echo Installing dependencies
32
32
python -m mpremote %port_string% mip install github:arduino/ucPack-mpy
33
+ python -m mpremote %port_string% mip install github:arduino/arduino-runtime-mpy
33
34
34
35
python -m mpremote %port_string% reset
35
36
exit /b 0
Original file line number Diff line number Diff line change @@ -55,5 +55,6 @@ $python_command -m mpremote $connect_string fs cp arduino_alvik/uart.py :lib/ard
55
55
56
56
echo " Installing dependencies"
57
57
$python_command -m mpremote $connect_string mip install github:arduino/ucPack-mpy
58
+ $python_command -m mpremote $connect_string mip install github:arduino/arduino-runtime-mpy
58
59
59
60
$python_command -m mpremote $connect_string reset
Original file line number Diff line number Diff line change 10
10
[" arduino_alvik/stm32_flash.py" , " github:arduino/arduino-alvik-mpy/arduino_alvik/stm32_flash.py" ]
11
11
],
12
12
"deps" : [
13
- [" github:arduino/ucPack-mpy" , " 0.1.6" ]
13
+ [" github:arduino/ucPack-mpy" , " 0.1.6" ],
14
+ [" github:arduino/arduino-runtime-mpy" , " 0.4.0" ]
14
15
],
15
- "version" : " 1.1.0 "
16
+ "version" : " 1.1.1 "
16
17
}
You can’t perform that action at this time.
0 commit comments