We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9240585 commit b94c5f7Copy full SHA for b94c5f7
arduino_alvik.py
@@ -57,6 +57,7 @@ def begin(self) -> int:
57
sleep_ms(100)
58
self._reset_hw()
59
sleep_ms(1000)
60
+ self.set_illuminator(True)
61
return 0
62
63
def _begin_update_thread(self):
0 commit comments