Skip to content

Commit

Permalink
Switch to serial-asyncio-fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwww committed May 1, 2024
1 parent d293364 commit 2cac809
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 310 deletions.
2 changes: 1 addition & 1 deletion elkm1_lib/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from functools import reduce
from typing import Any, NamedTuple

from serial_asyncio import open_serial_connection
from serial_asyncio_fast import open_serial_connection

from .message import MessageEncode, decode, get_elk_command
from .notify import Notifier
Expand Down
Loading

0 comments on commit 2cac809

Please sign in to comment.