From 52ab0e548495c306e56acf78c07b90e53b197def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nidecki?= Date: Tue, 13 Jun 2017 00:20:02 +0200 Subject: [PATCH 1/2] Quick documentation fix, explaining what to do, if your callsign is shorter than 6 characters. --- README.md | 2 +- config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f3d7ab..36e377c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ All configs in ```config.h``` Shift 450Hz * ```CALLSIGN``` RTTY callsign -* ```APRS_CALLSIGN``` APRS callsign +* ```APRS_CALLSIGN``` APRS callsign, 6 characters. If your callsign is shorter add spaces * ```APRS_COMMENT``` APRS comment * ```APRS_SSID``` APRS SSID - '1' -> 1, 'A' -> 10 etc. * ```RTTY_TO_APRS_RATIO``` number of RTTY frames between each APRS frame diff --git a/config.h b/config.h index bcf18b5..c225682 100644 --- a/config.h +++ b/config.h @@ -10,8 +10,8 @@ #else //**************config********************** -#define CALLSIGN "DF8OE" // put your RTTY callsign here -#define APRS_CALLSIGN "DF8OE" // put your APRS callsign here +#define CALLSIGN "NOCALL" // put your RTTY callsign here +#define APRS_CALLSIGN "NOCALL" // put your APRS callsign here, 6 characters. If your callsign is shorter add spaces #define APRS_SSID 'B' // put your APRS SSID here // 0 --> Your primary station usually fixed and message capable // 1 --> generic additional station, digi, mobile, wx, etc. From b397c59cc54687f79a3ecba1df696eec0838b3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nidecki?= Date: Tue, 13 Jun 2017 00:20:58 +0200 Subject: [PATCH 2/2] Documentation update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e377c..95b0e12 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,6 @@ Shift 450Hz * ```RTTY_SPEED``` RTTY speed in bauds * ```RTTY_7BIT``` Use 7 bit RTTY * ```RTTY_USE_2_STOP_BITS``` use 2 stop bits -* ```Smoc``` Power 0-7, where 7 means 42.95 mW@434.150 MHz measured on E4406A +* ```TX_POWER``` Power 0-7, where 7 means 42.95 mW@434.150 MHz measured on E4406A * ```tx_delay``` Delay between frames in milliseconds * ```ALLOW_DISABLE_BY_BUTTON``` Allow disabling device using button \ No newline at end of file