Skip to content

Commit 177c436

Browse files
committed
1.0.4 - default servo 90
1 parent 48db6a3 commit 177c436

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arduino_alvik/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
66
__license__ = "MPL 2.0"
7-
__version__ = "1.0.3"
7+
__version__ = "1.0.4"
88
__maintainer__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
99
__required_firmware_version__ = "1.0.3"
1010

arduino_alvik/arduino_alvik.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def begin(self) -> int:
223223
if self._has_events_registered():
224224
print('Starting events thread')
225225
self._start_events_thread()
226-
self.set_servo_positions(0, 0)
226+
self.set_servo_positions(90, 90)
227227
return 0
228228

229229
def _has_events_registered(self) -> bool:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"deps": [
1313
["github:arduino/ucPack-mpy", "0.1.6"]
1414
],
15-
"version": "1.0.3"
15+
"version": "1.0.4"
1616
}

0 commit comments

Comments
 (0)