dump
Zilog80 2016-09-12 14:27:31 +02:00
rodzic 1c0e56e94c
commit 4c6c898c9e
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
RS41-SG
RS41-SGP (mit Preambel)
RS41-SG (TU)
RS41-SGP (PTU)
(ohne/mit Preambel)
Modulation: GFSK, 4800 baud

Wyświetl plik

@ -596,7 +596,7 @@ int get_Cal() {
}
}
if (calfr == 0x02 && option_verbose == 2) {
if (calfr == 0x02 && option_verbose /*== 2*/) {
byte = xorbyte(pos_Calburst);
burst = byte;
fprintf(stdout, ": BK %02X ", burst);
@ -611,7 +611,7 @@ int get_Cal() {
fprintf(stdout, ": fq %d ", freq);
}
if (calfr == 0x21 && option_verbose == 2) { // eventuell noch zwei bytes in 0x22
if (calfr == 0x21 && option_verbose /*== 2*/) { // eventuell noch zwei bytes in 0x22
for (i = 0; i < 9; i++) sondetyp[i] = 0;
for (i = 0; i < 8; i++) {
byte = xorbyte(pos_CalRSTyp + i);