]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
discovery: do not autostart
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Tue, 22 Feb 2022 12:14:54 +0000 (17:44 +0530)
committerRamakrishnan Muthukrishnan <ram@leastauthority.com>
Tue, 22 Feb 2022 12:14:54 +0000 (17:44 +0530)
protocols.c

index 8334244bdcd673c97f0b03cee1b9851656757672..006ab2da5ea415fdc4539f7619b8eb645871bea8 100644 (file)
@@ -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);