Skip to content

Commit 3c3f7d9

Browse files
authored
fix(robot): strange robots position on startup (#35)
* use commit with patch * update makefile
1 parent a3cca53 commit 3c3f7d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ robot-patch-firmware:
4343
robot-patch-mpy:
4444
rm -rf arduino-alvik-mpy
4545
git clone [email protected]:arduino/arduino-alvik-mpy.git
46-
cd arduino-alvik-mpy && git checkout 48db6a3d26c798b4be06fa6e71de005901f716fc
46+
# Use the commit with `1.0.4 - default servo 90` that move the servo to 90 degrees by default and not 0.
47+
# See https://github.com/arduino/arduino-alvik-mpy/commit/177c43620b08ee6f66fac4d11839564eebddbd88
48+
cd arduino-alvik-mpy && git checkout 177c43620b08ee6f66fac4d11839564eebddbd88
4749

4850
mpremote fs cp ./arduino-alvik-mpy/arduino_alvik/__init__.py :lib/arduino_alvik/__init__.py
4951
mpremote fs cp ./arduino-alvik-mpy/arduino_alvik/arduino_alvik.py :lib/arduino_alvik/arduino_alvik.py

0 commit comments

Comments
 (0)