projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b0662
)
Set "standard" min and max radio frequencies for OZY.
author
c vw
<dl1ycf@darc.de>
Thu, 13 Jan 2022 08:55:02 +0000
(09:55 +0100)
committer
c vw
<dl1ycf@darc.de>
Thu, 13 Jan 2022 08:55:02 +0000
(09:55 +0100)
discovery.c
patch
|
blob
|
history
diff --git
a/discovery.c
b/discovery.c
index 85732837388f7623713f298ef814aeb0020e6f18..5c4568f48b15e4a67f7562d3a84f3356e090b24b 100644
(file)
--- a/
discovery.c
+++ b/
discovery.c
@@
-227,7
+227,8
@@
void discovery() {
discovered[devices].software_version = 10; // we can't know yet so this isn't a real response
discovered[devices].status = STATE_AVAILABLE;
strcpy(discovered[devices].name,"Ozy on USB");
-
+ discovered[devices].frequency_min=0.0;
+ discovered[devices].frequency_max=61440000.0;
strcpy(discovered[devices].info.network.interface_name,"USB");
devices++;
}