DFM-09/DFM-17 0xA: (T+:DFM-09 , T-:DFM-17) lower SN threshold

test
Zilog80 2024-05-19 14:35:14 +02:00
rodzic 02f0c59404
commit a2eb8492c0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -801,7 +801,8 @@ static int conf_out(gpx_t *gpx, ui8_t *conf_bits, int ec) {
ret = (gpx->sonde_typ & 0xF);
}
dfm17_0xA = (gpx->SN > 23050000 && gpx->option.inv); // detected Manchester type/polarity could depend on receiver/sdr
// 23038743, 2307....
dfm17_0xA = (gpx->SN >= 23000000 && gpx->option.inv); // detected Manchester type/polarity could depend on receiver/sdr
if (conf_id >= 0 && conf_id <= 8 && ec == 0) {
gpx->cfgchk24[conf_id] = 1;