We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b1baa commit 48db6a3Copy full SHA for 48db6a3
examples/flash_firmware.py
@@ -1,5 +1,10 @@
1
# from machine import reset
2
from arduino_alvik import update_firmware
3
4
+# this is a patch to fix possible running threads on Alvik
5
+from arduino_alvik import ArduinoAlvik
6
+alvik = ArduinoAlvik()
7
+alvik.stop()
8
+
9
update_firmware('./firmware.bin')
-# reset()
10
+# reset()
0 commit comments