Convert to QSD
This commit is contained in:
parent
1fe4633601
commit
d99f61dd6b
3 changed files with 484 additions and 345 deletions
|
@ -37,7 +37,7 @@ blocks:
|
|||
id: variable
|
||||
parameters:
|
||||
comment: ''
|
||||
value: '88_200_000'
|
||||
value: '94_615_000'
|
||||
states:
|
||||
bus_sink: false
|
||||
bus_source: false
|
||||
|
@ -49,7 +49,7 @@ blocks:
|
|||
id: variable
|
||||
parameters:
|
||||
comment: ''
|
||||
value: '192_000'
|
||||
value: '200_000'
|
||||
states:
|
||||
bus_sink: false
|
||||
bus_source: false
|
||||
|
@ -374,7 +374,7 @@ blocks:
|
|||
freq7: 100e6
|
||||
freq8: 100e6
|
||||
freq9: 100e6
|
||||
gain0: '30'
|
||||
gain0: '24'
|
||||
gain1: '10'
|
||||
gain10: '10'
|
||||
gain11: '10'
|
||||
|
|
819
src/main.c
819
src/main.c
File diff suppressed because it is too large
Load diff
|
@ -62,6 +62,10 @@ def bridge(frequency, device):
|
|||
|
||||
print("Begin")
|
||||
|
||||
header = fp.read(12)
|
||||
if header:
|
||||
peer.send(header)
|
||||
|
||||
try:
|
||||
cmd = b""
|
||||
|
||||
|
|
Loading…
Reference in a new issue