mirror of https://github.com/openXC7/prjxray.git
063-gtx-common-conf: adjust bitfilter to include frame 24/25, and see if we get collisions
Signed-off-by: Hans Baier <foss@hans-baier.de>
This commit is contained in:
parent
f42e522731
commit
9e486828a7
|
|
@ -40,7 +40,7 @@ def bitfilter_gtx_common(frame, bit):
|
|||
if word < 44 or word > 56:
|
||||
return False
|
||||
|
||||
if frame < 30 or frame > 31:
|
||||
if frame < 24 or frame > 31:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in New Issue