Fixed some errors with my dectalk protocol implementation. Thanks Codex. :)

This commit is contained in:
Storm Dragon
2026-07-26 20:59:14 -04:00
parent 9ac2e9e844
commit 11a4244cc3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: