Skip to content

Commit b94c5f7

Browse files
committed
mod: begin turn on illuminator
1 parent 9240585 commit b94c5f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino_alvik.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def begin(self) -> int:
5757
sleep_ms(100)
5858
self._reset_hw()
5959
sleep_ms(1000)
60+
self.set_illuminator(True)
6061
return 0
6162

6263
def _begin_update_thread(self):

0 commit comments

Comments
 (0)