Update bridge.py

This commit is contained in:
Cort Buffington 2020-02-09 17:08:32 -06:00
parent 3d9aa41fcb
commit 4aa5210f5b
1 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ class routerHBP(HBSYSTEM):
1: {
'RX_START': time(),
'TX_START': time(),
'RX_SEQ': b'\x00',
'RX_SEQ': 0,
'RX_RFS': b'\x00',
'TX_RFS': b'\x00',
'RX_PEER': b'\x00',
@ -599,7 +599,7 @@ class routerHBP(HBSYSTEM):
2: {
'RX_START': time(),
'TX_START': time(),
'RX_SEQ': b'\x00',
'RX_SEQ': 0,
'RX_RFS': b'\x00',
'TX_RFS': b'\x00',
'RX_PEER': b'\x00',