We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4a250f + d82c986 commit 66054caCopy full SHA for 66054ca
arduino_alvik/arduino_alvik.py
@@ -202,6 +202,7 @@ def _wait_for_ack(self) -> None:
202
self._waiting_ack = 0x00
203
while self._last_ack != 0x00:
204
sleep_ms(20)
205
+ self._waiting_ack = None
206
207
@staticmethod
208
def _flush_uart():
package.json
@@ -12,5 +12,5 @@
12
"deps": [
13
["github:arduino/ucPack-mpy", "0.1.5"]
14
],
15
- "version": "0.4.1"
+ "version": "1.0.0"
16
}
0 commit comments