aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorMaximilien Cuony <maximilien@theglu.org>2017-09-26 09:12:18 +0200
committerMaximilien Cuony <maximilien@theglu.org>2017-09-26 09:12:18 +0200
commita51e349f479da83ab6444fa0cd38ff8d906419cf (patch)
tree77e76e6cca7ecf81cf741a53e78e4f4e9b80d7b8 /src/common
parenta0300a3437723a35236d897e2cea1a235944ff3e (diff)
downloadglutte-o-matic-a51e349f479da83ab6444fa0cd38ff8d906419cf.tar.gz
glutte-o-matic-a51e349f479da83ab6444fa0cd38ff8d906419cf.tar.bz2
glutte-o-matic-a51e349f479da83ab6444fa0cd38ff8d906419cf.zip
Stop SSTV Autoopen with QRP
Diffstat (limited to 'src/common')
-rw-r--r--src/common/src/Core/fsm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/src/Core/fsm.c b/src/common/src/Core/fsm.c
index dfde399..527c2ca 100644
--- a/src/common/src/Core/fsm.c
+++ b/src/common/src/Core/fsm.c
@@ -642,7 +642,9 @@ void fsm_sstv_update() {
break;
case SSTV_FSM_ON:
if (current_state == FSM_BALISE_LONGUE ||
- current_state == FSM_ANTI_BAVARD) {
+ current_state == FSM_ANTI_BAVARD ||
+ current_state == FSM_BALISE_SPECIALE
+ ) {
next_state = SSTV_FSM_OFF;
}
break;