ADD: Holimans new changes in master.

This commit is contained in:
iceman1001
2015-01-05 02:01:24 +01:00
parent f0cf62cd73
commit d3a22c7dfa
23 changed files with 488 additions and 321 deletions

View File

@@ -621,8 +621,8 @@ int IOdemodFSK(uint8_t *dest, size_t size)
testMax = dest[idx];
}
//if not just noise
if (testMax < 170) return -2;
//if not, just noise
if (testMax < 20) return -2;
// FSK demodulator
size = fskdemod(dest, size, 64, 1, 10, 8); // RF/64 and invert