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