File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,13 @@ if /i "%1"=="-h" (
19
19
python -m mpremote %port_string% fs rm :arduino_alvik.py
20
20
python -m mpremote %port_string% fs rm :constants.py
21
21
python -m mpremote %port_string% fs rm :pinout_definitions.py
22
+ python -m mpremote %port_string% fs rm :robot_definitions.py
22
23
python -m mpremote %port_string% fs rm :uart.py
23
24
24
25
python -m mpremote %port_string% fs cp arduino_alvik.py :arduino_alvik.py
25
26
python -m mpremote %port_string% fs cp constants.py :constants.py
26
27
python -m mpremote %port_string% fs cp pinout_definitions.py :pinout_definitions.py
28
+ python -m mpremote %port_string% fs cp robot_definitions.py :robot_definitions.py
27
29
python -m mpremote %port_string% fs cp uart.py :uart.py
28
30
29
31
echo Installing dependencies
Original file line number Diff line number Diff line change 45
45
$python_command -m mpremote $connect_string fs rm :arduino_alvik.py
46
46
$python_command -m mpremote $connect_string fs rm :constants.py
47
47
$python_command -m mpremote $connect_string fs rm :pinout_definitions.py
48
+ $python_command -m mpremote $connect_string fs rm :robot_definitions.py
48
49
$python_command -m mpremote $connect_string fs rm :uart.py
49
50
50
51
$python_command -m mpremote $connect_string fs cp arduino_alvik.py :arduino_alvik.py
51
52
$python_command -m mpremote $connect_string fs cp constants.py :constants.py
52
53
$python_command -m mpremote $connect_string fs cp pinout_definitions.py :pinout_definitions.py
54
+ $python_command -m mpremote $connect_string fs cp robot_definitions.py :robot_definitions.py
53
55
$python_command -m mpremote $connect_string fs cp uart.py :uart.py
54
56
55
57
echo " Installing dependencies"
You can’t perform that action at this time.
0 commit comments