mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-05 14:25:25 +00:00
only scottie needs the extrawurst
This commit is contained in:
parent
c2c9bd8599
commit
0c1a728c34
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue