From da9d6dd4d009a29bdac8bb7908a7383105461884 Mon Sep 17 00:00:00 2001 From: "Tom, DL7BJ" Date: Mon, 21 Aug 2023 21:49:47 +0200 Subject: [PATCH] =?UTF-8?q?Iambic=20Mode=20funktioniert=20nicht,=20zum=20P?= =?UTF-8?q?r=C3=BCfen=20eine=20=C3=A4ltere=20Version=20auschecken,=20teste?= =?UTF-8?q?n=20und=20dann=20wieder=20auf=20diese=20Version=20zur=C3=BCck.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/controls.c | 2 ++ Source/functions.c | 66 ++++++++++++++++++++++++++++++++++------------ Source/globals.h | 1 - Source/main.c | 29 -------------------- Source/main.h | 21 +++++---------- 5 files changed, 57 insertions(+), 62 deletions(-) diff --git a/Source/controls.c b/Source/controls.c index 04dab61..512d47a 100644 --- a/Source/controls.c +++ b/Source/controls.c @@ -420,6 +420,8 @@ void UpdateDisplay(void) sprintf(line,"%s", IambicA); if(bConfig.KeyerMode == IAMBIC_B) sprintf(line,"%s", IambicB); + if(bConfig.KeyerMode == ULTIMATIC) + sprintf(line,"%s", Ultimatic); lcd_puts(line); lcd_gotoxy(0,0); if(bConfig.TRX == 1) diff --git a/Source/functions.c b/Source/functions.c index 33e80fb..7a9d374 100644 --- a/Source/functions.c +++ b/Source/functions.c @@ -344,7 +344,8 @@ void CheckStraightKey(void) { if(PIND & (1<