From: Ramakrishnan Muthukrishnan Date: Wed, 23 Feb 2022 07:33:50 +0000 (+0530) Subject: Revert "discovery: do not autostart" X-Git-Url: https://git.rkrishnan.org/Site/Content/simplejson/status?a=commitdiff_plain;h=dd34af0a5ac5b6388d62a13098b6dfd262a295d4;p=pihpsdr.git Revert "discovery: do not autostart" This reverts commit 5684668aa4979e5cda836f0b5a341f8424b5340d. --- diff --git a/protocols.c b/protocols.c index 006ab2d..8334244 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=FALSE; + autostart=TRUE; value=getProperty("autostart"); if(value) autostart=atoi(value);