forked from M-Labs/kirdy
driver: Add StoppedConnecting exception
This commit is contained in:
parent
d435dc06d8
commit
6d107d55cf
|
@ -21,6 +21,9 @@ class InvalidDataType(Exception):
|
||||||
class NoAckRecv(Exception):
|
class NoAckRecv(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
class StoppedConnecting(Exception):
|
||||||
|
pass
|
||||||
|
|
||||||
Filter_Config = {
|
Filter_Config = {
|
||||||
"Sinc5Sinc1With50hz60HzRejection": [
|
"Sinc5Sinc1With50hz60HzRejection": [
|
||||||
"sinc5sinc1postfilter",
|
"sinc5sinc1postfilter",
|
||||||
|
|
Loading…
Reference in New Issue