File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ if /i "%1"=="-h" (
17
17
18
18
:install
19
19
20
+ python -m mpremote %port_string% fs mkdir lib
20
21
python -m mpremote %port_string% fs mkdir lib/arduino_alvik
21
22
python -m mpremote %port_string% fs cp arduino_alvik/__init__.py :lib/arduino_alvik/__init__.py
22
23
python -m mpremote %port_string% fs cp arduino_alvik/arduino_alvik.py :lib/arduino_alvik/arduino_alvik.py
Original file line number Diff line number Diff line change 42
42
# Uncomment the following line on windows machines
43
43
# python_command="python"
44
44
45
+ $python_command -m mpremote $connect_string fs mkdir lib
45
46
$python_command -m mpremote $connect_string fs mkdir lib/arduino_alvik
46
47
$python_command -m mpremote $connect_string fs cp arduino_alvik/__init__.py :lib/arduino_alvik/__init__.py
47
48
$python_command -m mpremote $connect_string fs cp arduino_alvik/arduino_alvik.py :lib/arduino_alvik/arduino_alvik.py
You can’t perform that action at this time.
0 commit comments