aboutsummaryrefslogtreecommitdiffstats
path: root/sw/eval-clock-cw-tx/src/state.rs
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2021-05-17 11:47:29 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2021-05-17 11:47:29 +0200
commit31245568b5afc255d4287e9a6dea8fe62259e36c (patch)
tree10bab0b0384bdbb9dc4e6bd3aab2d33ccff13f9c /sw/eval-clock-cw-tx/src/state.rs
parent03ad81d7afaea119df607b6e65f19bd5362fab39 (diff)
downloadpicardy-31245568b5afc255d4287e9a6dea8fe62259e36c.tar.gz
picardy-31245568b5afc255d4287e9a6dea8fe62259e36c.tar.bz2
picardy-31245568b5afc255d4287e9a6dea8fe62259e36c.zip
Add sequencing
Diffstat (limited to 'sw/eval-clock-cw-tx/src/state.rs')
-rw-r--r--sw/eval-clock-cw-tx/src/state.rs3
1 files changed, 1 insertions, 2 deletions
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,