From: c vw Date: Wed, 20 Jan 2021 08:55:27 +0000 (+0100) Subject: Let STEMLAB sdr app start up before re-discovering X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=981a4f2de1dfaa1c0514f543ada49ba1b1a8a99a;p=pihpsdr.git Let STEMLAB sdr app start up before re-discovering --- diff --git a/discovery.c b/discovery.c index 78c0b2f..8cd3f44 100644 --- a/discovery.c +++ b/discovery.c @@ -108,6 +108,7 @@ static gboolean start_cb (GtkWidget *widget, GdkEventButton *event, gpointer dat // Since we have just started the app, we temporarily deactivate STEMlab detection // stemlab_cleanup(); + sleep(2); // let Stemlab SDR app start discover_only_p1=1; gtk_widget_destroy(discovery_dialog); g_idle_add(ext_discovery,NULL);