File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ robot-patch-firmware:
43
43
robot-patch-mpy :
44
44
rm -rf arduino-alvik-mpy
45
45
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
47
49
48
50
mpremote fs cp ./arduino-alvik-mpy/arduino_alvik/__init__.py :lib/arduino_alvik/__init__.py
49
51
mpremote fs cp ./arduino-alvik-mpy/arduino_alvik/arduino_alvik.py :lib/arduino_alvik/arduino_alvik.py
You can’t perform that action at this time.
0 commit comments