Bitsync fix 2. Gerhard
This commit is contained in:
parent
2f2d9fc5ac
commit
593924e751
@ -450,7 +450,7 @@ static RAMFUNC int ManchesterDecoding(int v)
|
|||||||
Demod.syncBit = 0x02;
|
Demod.syncBit = 0x02;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(bit & 0x01) {
|
if(bit & 0x01 && Demod.syncBit) {
|
||||||
Demod.syncBit = 0x01;
|
Demod.syncBit = 0x01;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user