diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-12-31 14:55:28 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-12-31 14:55:28 +0100 |
commit | f3dfdb91cbaeb150c6adf9461a1dc88ab4c0dc6e (patch) | |
tree | ba98b07b08d849d73b99d71279260be647e70b98 /src/common/Core | |
parent | 7849f19829d233858de4c2156f87be57bc51d774 (diff) | |
download | glutte-o-matic-f3dfdb91cbaeb150c6adf9461a1dc88ab4c0dc6e.tar.gz glutte-o-matic-f3dfdb91cbaeb150c6adf9461a1dc88ab4c0dc6e.tar.bz2 glutte-o-matic-f3dfdb91cbaeb150c6adf9461a1dc88ab4c0dc6e.zip |
Change CW call to HB90G for the entire year 2024
Diffstat (limited to 'src/common/Core')
-rw-r--r-- | src/common/Core/fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Core/fsm.c b/src/common/Core/fsm.c index c78a187..14b34e0 100644 --- a/src/common/Core/fsm.c +++ b/src/common/Core/fsm.c @@ -65,7 +65,7 @@ static void balise_message_clear(void) // Reset the counter if the QSO was 10m too long #define SHORT_BEACON_RESET_IF_QSO (60 * 10) -#define CALL "HB9G" +#define CALL "HB90G" /* At least 1 second predelay for CW, ensures the receivers had enough time * time to open their squelch before the first letter gets transmitted |