Skip to content

Commit 66054ca

Browse files
authored
Merge pull request #20 from arduino/dev
1.0.0
2 parents c4a250f + d82c986 commit 66054ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

arduino_alvik/arduino_alvik.py

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def _wait_for_ack(self) -> None:
202202
self._waiting_ack = 0x00
203203
while self._last_ack != 0x00:
204204
sleep_ms(20)
205+
self._waiting_ack = None
205206

206207
@staticmethod
207208
def _flush_uart():

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"deps": [
1313
["github:arduino/ucPack-mpy", "0.1.5"]
1414
],
15-
"version": "0.4.1"
15+
"version": "1.0.0"
1616
}

0 commit comments

Comments
 (0)