aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-08-11 08:50:35 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-08-11 08:50:35 +0200
commit77ed964956a8b5bff5a62d2c5ebc530946ea13a1 (patch)
tree62b3d01384f214c797050b93651fad94c0c64bf9
parenta97a85ea0f979977da2ad725bcb59c5fce5ba591 (diff)
downloadglutte-o-matic-77ed964956a8b5bff5a62d2c5ebc530946ea13a1.tar.gz
glutte-o-matic-77ed964956a8b5bff5a62d2c5ebc530946ea13a1.tar.bz2
glutte-o-matic-77ed964956a8b5bff5a62d2c5ebc530946ea13a1.zip
Set QRP on high SWR before TX off
-rw-r--r--src/common/Core/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Core/main.c b/src/common/Core/main.c
index 61dd901..bb072c8 100644
--- a/src/common/Core/main.c
+++ b/src/common/Core/main.c
@@ -296,6 +296,7 @@ static void launcher_task(void __attribute__ ((unused))*pvParameters)
usart_debug("Set SWR error\r\n");
}
swr_error_flag = 1;
+ pio_set_qrp(1);
}
}
}