We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686bae1 commit f4f7d92Copy full SHA for f4f7d92
python/components/datasinks/telemetry_parser.py
@@ -30,7 +30,7 @@ class telemetry_parser(gr.basic_block):
30
options: options from argparse
31
"""
32
def __init__(self, definition, file = sys.stdout, options = None):
33
- gr.basic_block.__init__(self, "telemetry_submit",
+ gr.basic_block.__init__(self, "telemetry_parser",
34
in_sig = [],
35
out_sig = [])
36
self.message_port_register_in(pmt.intern('in'))
0 commit comments