driver: Add StoppedConnecting exception

master
linuswck 2024-04-10 16:37:03 +08:00
parent d435dc06d8
commit 6d107d55cf
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ class InvalidDataType(Exception):
class NoAckRecv(Exception):
pass
class StoppedConnecting(Exception):
pass
Filter_Config = {
"Sinc5Sinc1With50hz60HzRejection": [
"sinc5sinc1postfilter",