projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bbacec
)
Let STEMLAB sdr app start up before re-discovering
author
c vw
<dl1ycf@darc.de>
Wed, 20 Jan 2021 08:55:27 +0000
(09:55 +0100)
committer
c vw
<dl1ycf@darc.de>
Wed, 20 Jan 2021 08:55:27 +0000
(09:55 +0100)
discovery.c
patch
|
blob
|
history
diff --git
a/discovery.c
b/discovery.c
index 78c0b2f5324a35d25ceebc9073e31ff83da29acf..8cd3f441f3a0f707a58a51165a2874274689b5e7 100644
(file)
--- 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);