Skip to content

Commit

Permalink
Merge pull request #20 from arduino/dev
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
gbr1 authored Mar 19, 2024
2 parents c4a250f + d82c986 commit 66054ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arduino_alvik/arduino_alvik.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def _wait_for_ack(self) -> None:
self._waiting_ack = 0x00
while self._last_ack != 0x00:
sleep_ms(20)
self._waiting_ack = None

@staticmethod
def _flush_uart():
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"deps": [
["github:arduino/ucPack-mpy", "0.1.5"]
],
"version": "0.4.1"
"version": "1.0.0"
}

0 comments on commit 66054ca

Please sign in to comment.