Convert to QSD

This commit is contained in:
Jan Hamal Dvořák 2024-08-04 17:32:14 +02:00
parent 1fe4633601
commit d99f61dd6b
3 changed files with 484 additions and 345 deletions

View file

@ -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'

File diff suppressed because it is too large Load diff

View file

@ -62,6 +62,10 @@ def bridge(frequency, device):
print("Begin")
header = fp.read(12)
if header:
peer.send(header)
try:
cmd = b""