We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cc769 commit b48fc96Copy full SHA for b48fc96
arduino_alvik.py
@@ -173,7 +173,7 @@ def begin(self) -> int:
173
if not self.is_on():
174
print("\nTurn on your Arduino Alvik!\n")
175
sleep_ms(1000)
176
- self._idle()
+ self._idle(1000)
177
self._begin_update_thread()
178
sleep_ms(100)
179
self._reset_hw()
@@ -526,7 +526,7 @@ def _update(self, delay_=1):
526
while True:
527
528
print("Alvik is off")
529
- self._idle(delay_, check_on_thread=True)
+ self._idle(1000, check_on_thread=True)
530
531
self._flush_uart()
532
0 commit comments