Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 177c436

Browse files
committedSep 26, 2024
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
66
__license__ = "MPL 2.0"
7-
__version__ = "1.0.3"
7+
__version__ = "1.0.4"
88
__maintainer__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
99
__required_firmware_version__ = "1.0.3"
1010

‎arduino_alvik/arduino_alvik.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.