added new log type, so python knows that in reader mode the data also contain the parity bits

This commit is contained in:
Georg
2017-04-04 16:23:56 +02:00
parent 06f6d970ba
commit 5850458dfb
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -22,6 +22,8 @@ eventTypes = {
0x40: { 'name': 'CODEC RX', 'decoder': binaryDecoder },
0x41: { 'name': 'CODEC TX', 'decoder': binaryDecoder },
0x42: { 'name': 'CODEC RX W/ PARITY', 'decoder': binaryDecoder },
0x43: { 'name': 'CODEC TX W/ PARITY', 'decoder': binaryDecoder },
0x80: { 'name': 'APP READ', 'decoder': binaryDecoder },
0x81: { 'name': 'APP WRITE', 'decoder': binaryDecoder },