mirror of
https://github.com/xdsopl/robot36.git
synced 2026-03-19 01:04:38 +01:00
removed support for PD290
This commit is contained in:
parent
214b9913a4
commit
1c6bb123a6
|
|
@ -111,7 +111,6 @@ public class Decoder {
|
|||
syncPulse20msModes.add(new PaulDon("160", 98, 512, 0.195584, sampleRate));
|
||||
syncPulse20msModes.add(new PaulDon("180", 96, 640, 0.18304, sampleRate));
|
||||
syncPulse20msModes.add(new PaulDon("240", 97, 640, 0.24448, sampleRate));
|
||||
syncPulse20msModes.add(new PaulDon("290", 94, 640, 0.2288, sampleRate));
|
||||
}
|
||||
|
||||
private void adjustSyncPulses(int[] pulses, int shift) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue