mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
only scottie needs the extrawurst
This commit is contained in:
parent
c2c9bd8599
commit
0c1a728c34
|
|
@ -274,7 +274,7 @@ void decode(int samples) {
|
|||
seperator_counter = 0;
|
||||
continue;
|
||||
}
|
||||
if (sync_pulse && scottie_extrawurst())
|
||||
if (sync_pulse && current_decoder == decoder_scottie && scottie_extrawurst())
|
||||
continue;
|
||||
|
||||
int u_sep = u_sep_begin <= hpos && hpos < u_sep_end;
|
||||
|
|
|
|||
Loading…
Reference in a new issue