projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8672b9d
)
Revert "discovery: do not autostart"
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Wed, 23 Feb 2022 07:33:50 +0000
(13:03 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Wed, 23 Feb 2022 07:33:50 +0000
(13:03 +0530)
This reverts commit
5684668aa4979e5cda836f0b5a341f8424b5340d
.
protocols.c
patch
|
blob
|
history
diff --git
a/protocols.c
b/protocols.c
index 006ab2da5ea415fdc4539f7619b8eb645871bea8..8334244bdcd673c97f0b03cee1b9851656757672 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=
FALS
E;
+ autostart=
TRU
E;
value=getProperty("autostart");
if(value) autostart=atoi(value);