From: Ramakrishnan Muthukrishnan Date: Tue, 22 Feb 2022 12:14:54 +0000 (+0530) Subject: discovery: do not autostart X-Git-Url: https://git.rkrishnan.org/Site/Content/simplejson/status?a=commitdiff_plain;h=5684668aa4979e5cda836f0b5a341f8424b5340d;p=pihpsdr.git discovery: do not autostart --- diff --git a/protocols.c b/protocols.c index 8334244..006ab2d 100644 --- a/protocols.c +++ b/protocols.c @@ -86,7 +86,7 @@ void protocols_restore_state() { value=getProperty("enable_stemlab"); if(value) enable_stemlab=atoi(value); #endif - autostart=TRUE; + autostart=FALSE; value=getProperty("autostart"); if(value) autostart=atoi(value);