Skip to content

Commit a1a27df

Browse files
committed
Merge remote-tracking branch 'origin/dev' into api_update
2 parents db5e9f2 + 90b66d0 commit a1a27df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

install.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ if /i "%1"=="-h" (
1919
python -m mpremote %port_string% fs rm :arduino_alvik.py
2020
python -m mpremote %port_string% fs rm :constants.py
2121
python -m mpremote %port_string% fs rm :pinout_definitions.py
22+
python -m mpremote %port_string% fs rm :robot_definitions.py
2223
python -m mpremote %port_string% fs rm :uart.py
2324

2425
python -m mpremote %port_string% fs cp arduino_alvik.py :arduino_alvik.py
2526
python -m mpremote %port_string% fs cp constants.py :constants.py
2627
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
2729
python -m mpremote %port_string% fs cp uart.py :uart.py
2830

2931
echo Installing dependencies

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ fi
4545
$python_command -m mpremote $connect_string fs rm :arduino_alvik.py
4646
$python_command -m mpremote $connect_string fs rm :constants.py
4747
$python_command -m mpremote $connect_string fs rm :pinout_definitions.py
48+
$python_command -m mpremote $connect_string fs rm :robot_definitions.py
4849
$python_command -m mpremote $connect_string fs rm :uart.py
4950

5051
$python_command -m mpremote $connect_string fs cp arduino_alvik.py :arduino_alvik.py
5152
$python_command -m mpremote $connect_string fs cp constants.py :constants.py
5253
$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
5355
$python_command -m mpremote $connect_string fs cp uart.py :uart.py
5456

5557
echo "Installing dependencies"

0 commit comments

Comments
 (0)