File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
__author__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
6
6
__license__ = "MPL 2.0"
7
- __version__ = "1.0.3 "
7
+ __version__ = "1.0.4 "
8
8
__maintainer__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
9
9
__required_firmware_version__ = "1.0.3"
10
10
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ def begin(self) -> int:
223
223
if self ._has_events_registered ():
224
224
print ('Starting events thread' )
225
225
self ._start_events_thread ()
226
- self .set_servo_positions (0 , 0 )
226
+ self .set_servo_positions (90 , 90 )
227
227
return 0
228
228
229
229
def _has_events_registered (self ) -> bool :
Original file line number Diff line number Diff line change 12
12
"deps" : [
13
13
[" github:arduino/ucPack-mpy" , " 0.1.6" ]
14
14
],
15
- "version" : " 1.0.3 "
15
+ "version" : " 1.0.4 "
16
16
}
You can’t perform that action at this time.
0 commit comments