fix(rx): receiver improvements

This commit is contained in:
2025-12-04 00:20:26 +01:00
parent e10acf6d6c
commit 5914817d22
2 changed files with 22 additions and 1 deletions

View File

@@ -78,6 +78,27 @@ blocks:
coordinate: [192, 92.0]
rotation: 0
state: true
- name: rx_gain
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: RX gain
min_len: '200'
orient: QtCore.Qt.Horizontal
rangeType: float
start: '0'
step: '0.1'
stop: '49.6'
value: '20'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [160, 256.0]
rotation: 0
state: true
- name: samp_rate
id: variable
parameters:

View File

@@ -37,5 +37,5 @@ received = asyncio.run(tcp_client())
with open("rx_packets.json") as packetfile:
with open("rx_packets.json", mode="w") as packetfile:
json.dump(received, packetfile)