mirror of
https://github.com/lowobservable/coax.git
synced 2026-05-05 23:54:39 +00:00
Implement receiver error
This commit is contained in:
@@ -150,7 +150,8 @@ ERROR_MAP = {
|
||||
|
||||
101: InterfaceError('Receiver active'),
|
||||
102: ReceiveTimeout(),
|
||||
103: ReceiveError('Receiver buffer overflow')
|
||||
103: ReceiveError('Receiver buffer overflow'),
|
||||
104: ReceiveError('Receiver error')
|
||||
}
|
||||
|
||||
def _convert_error(message):
|
||||
|
||||
Reference in New Issue
Block a user