From 4c6c898c9e2dd42d963266953f1901dda2654ea3 Mon Sep 17 00:00:00 2001 From: Zilog80 Date: Mon, 12 Sep 2016 14:27:31 +0200 Subject: [PATCH] RS41: Kosmetik --- rs41/rs41.txt | 5 +++-- rs41/rs41stdin.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rs41/rs41.txt b/rs41/rs41.txt index 066a387..69b1f90 100644 --- a/rs41/rs41.txt +++ b/rs41/rs41.txt @@ -1,5 +1,6 @@ -RS41-SG -RS41-SGP (mit Preambel) +RS41-SG (TU) +RS41-SGP (PTU) +(ohne/mit Preambel) Modulation: GFSK, 4800 baud diff --git a/rs41/rs41stdin.c b/rs41/rs41stdin.c index ae2dde1..afa186e 100644 --- a/rs41/rs41stdin.c +++ b/rs41/rs41stdin.c @@ -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);