projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d39201
)
discovery: do not autostart
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Tue, 22 Feb 2022 12:14:54 +0000
(17:44 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Tue, 22 Feb 2022 12:14:54 +0000
(17:44 +0530)
protocols.c
patch
|
blob
|
history
diff --git
a/protocols.c
b/protocols.c
index 8334244bdcd673c97f0b03cee1b9851656757672..006ab2da5ea415fdc4539f7619b8eb645871bea8 100644
(file)
--- 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=
TRU
E;
+ autostart=
FALS
E;
value=getProperty("autostart");
if(value) autostart=atoi(value);