Skip to content

Commit b83e7e4

Browse files
committed
fixed install scripts
1 parent 5e8f6a5 commit b83e7e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install.bat

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if /i "%1"=="-h" (
1717

1818
:install
1919

20+
python -m mpremote %port_string% fs mkdir lib
2021
python -m mpremote %port_string% fs mkdir lib/arduino_alvik
2122
python -m mpremote %port_string% fs cp arduino_alvik/__init__.py :lib/arduino_alvik/__init__.py
2223
python -m mpremote %port_string% fs cp arduino_alvik/arduino_alvik.py :lib/arduino_alvik/arduino_alvik.py

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ fi
4242
# Uncomment the following line on windows machines
4343
# python_command="python"
4444

45+
$python_command -m mpremote $connect_string fs mkdir lib
4546
$python_command -m mpremote $connect_string fs mkdir lib/arduino_alvik
4647
$python_command -m mpremote $connect_string fs cp arduino_alvik/__init__.py :lib/arduino_alvik/__init__.py
4748
$python_command -m mpremote $connect_string fs cp arduino_alvik/arduino_alvik.py :lib/arduino_alvik/arduino_alvik.py

0 commit comments

Comments
 (0)