diff options
author | Bastian Bloessl <mail@bastibl.net> | 2019-06-16 11:05:51 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-06-19 13:00:00 -0700 |
commit | 3750f748501ec83d60c489dfa700522f3be21b00 (patch) | |
tree | 7b7695cbe292b278942f58d5179d665eb16d3a4c /gr-blocks/grc | |
parent | f9447f11df7ff3fe01959fc42f86ce509b152ac0 (diff) |
runtime: port ctrlport monitor to 3.8 and qt5
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r-- | gr-blocks/grc/blocks_ctrlport_viewer.block.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/grc/blocks_ctrlport_viewer.block.yml b/gr-blocks/grc/blocks_ctrlport_viewer.block.yml index 0ea3ee0687..52594fc709 100644 --- a/gr-blocks/grc/blocks_ctrlport_viewer.block.yml +++ b/gr-blocks/grc/blocks_ctrlport_viewer.block.yml @@ -5,8 +5,8 @@ flags: [ python ] parameters: - id: en label: Enabled - dtype: enum - options: ['True', 'False'] + dtype: bool + default: 'True' templates: imports: from gnuradio.ctrlport.monitor import * |