File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ python -m mpremote %port_string% fs cp constants.py :constants.py
26
26
python -m mpremote %port_string% fs cp pinout_definitions.py :pinout_definitions.py
27
27
python -m mpremote %port_string% fs cp uart.py :uart.py
28
28
29
+ echo Installing dependencies
30
+ python -m mpremote %port_string% mip install github:arduino/ucPack-mpy
31
+
29
32
python -m mpremote %port_string% reset
30
33
exit /b 0
31
34
Original file line number Diff line number Diff line change @@ -52,4 +52,7 @@ $python_command -m mpremote $connect_string fs cp constants.py :constants.py
52
52
$python_command -m mpremote $connect_string fs cp pinout_definitions.py :pinout_definitions.py
53
53
$python_command -m mpremote $connect_string fs cp uart.py :uart.py
54
54
55
+ echo " Installing dependencies"
56
+ $python_command -m mpremote $connect_string mip install github:arduino/ucPack-mpy
57
+
55
58
$python_command -m mpremote $connect_string reset
You can’t perform that action at this time.
0 commit comments