aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsm/fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsm/fsm.c')
-rw-r--r--src/fsm/fsm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fsm/fsm.c b/src/fsm/fsm.c
index 928478f..9c761e3 100644
--- a/src/fsm/fsm.c
+++ b/src/fsm/fsm.c
@@ -278,6 +278,7 @@ void fsm_update() {
fsm_out.tx_on = 1;
fsm_out.msg_frequency = 588;
fsm_out.cw_dit_duration = 110;
+ fsm_out.ack_start_tm = 1;
// TODO transmit humidity
// TODO read voltage
@@ -302,6 +303,7 @@ void fsm_update() {
fsm_out.tx_on = 1;
fsm_out.msg_frequency = 696;
fsm_out.cw_dit_duration = 70;
+ fsm_out.ack_start_tm = 1;
// TODO read voltage
if (fsm_in.wind_generator_ok) {