From 31245568b5afc255d4287e9a6dea8fe62259e36c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 17 May 2021 11:47:29 +0200 Subject: Add sequencing --- sw/eval-clock-cw-tx/src/state.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/eval-clock-cw-tx/src/state.rs') diff --git a/sw/eval-clock-cw-tx/src/state.rs b/sw/eval-clock-cw-tx/src/state.rs index cd89ede..87527bf 100644 --- a/sw/eval-clock-cw-tx/src/state.rs +++ b/sw/eval-clock-cw-tx/src/state.rs @@ -62,8 +62,7 @@ impl State { pub fn new() -> Self { State { ui_sel : UISelection::VFO, - //mode : Mode::CW(CWMode::StraightKey), - mode : Mode::FeldHell, + mode : Mode::CW(CWMode::StraightKey), vfo_sel : VFOSelection::A, vfo_a : INITIAL_VFO, vfo_b : INITIAL_VFO, -- cgit v1.2.3