Fixed some errors with my dectalk protocol implementation. Thanks Codex. :)
This commit is contained in:
@@ -141,7 +141,7 @@ def test_dectalk_usb_driver_writes_commands_and_speech(monkeypatch):
|
||||
assert device.writes == [
|
||||
(0x02, b"[:ra 650]", 1000),
|
||||
(0x02, b"[:dv ap 350]", 1000),
|
||||
(0x02, b"[:vo 50]", 1000),
|
||||
(0x02, b"[:dv g5 73]", 1000),
|
||||
(0x02, b"Hello world\x0b", 1000),
|
||||
]
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user