From: c vw Date: Fri, 25 Sep 2020 14:25:08 +0000 (+0200) Subject: cw_menu: update VFO bar if speed or sidetone freq changed X-Git-Url: https://git.rkrishnan.org/Site/Content/cyclelanguage?a=commitdiff_plain;h=eb434d0201033a09e630ae68b2ac19354ba9be16;p=pihpsdr.git cw_menu: update VFO bar if speed or sidetone freq changed --- diff --git a/cw_menu.c b/cw_menu.c index 07ce115..bc00e21 100644 --- a/cw_menu.c +++ b/cw_menu.c @@ -34,6 +34,7 @@ #include "new_protocol.h" #include "old_protocol.h" #include "iambic.h" +#include "ext.h" static GtkWidget *parent_window=NULL; @@ -48,6 +49,10 @@ void cw_changed() { #ifdef LOCALCW keyer_update(); #endif +// +// speed and side tone frequency are displayed in the VFO bar +// + g_idle_add(ext_vfo_update, NULL); } static void cleanup() {