diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-12-26 15:46:31 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-12-26 15:46:31 +0100 |
commit | b87b9b4abdcefc127bbb5c52f3d096857ad7f162 (patch) | |
tree | 70fa44ea9bafe5407c29fa88f00943e6c97128b1 /src | |
parent | 14aeb61d6aaf92c1b3d9087fbde2504a1c768443 (diff) | |
download | glutte-o-matic-b87b9b4abdcefc127bbb5c52f3d096857ad7f162.tar.gz glutte-o-matic-b87b9b4abdcefc127bbb5c52f3d096857ad7f162.tar.bz2 glutte-o-matic-b87b9b4abdcefc127bbb5c52f3d096857ad7f162.zip |
This reverts commit f3dfdb91cbaeb150c6adf9461a1dc88ab4c0dc6e.
Diffstat (limited to 'src')
-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 14b34e0..c78a187 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 "HB90G" +#define CALL "HB9G" /* At least 1 second predelay for CW, ensures the receivers had enough time * time to open their squelch before the first letter gets transmitted |