From 6b4949e49bf94c3b8ce66568280d2d6c82b82b92 Mon Sep 17 00:00:00 2001
From: Josh Morman <mormjb@gmail.com>
Date: Tue, 7 Jan 2020 19:58:22 -0500
Subject: uhd: fix chooser default value in example flowgraphs

---
 gr-uhd/examples/grc/uhd_fft.grc        | 22 ++++++++++++----------
 gr-uhd/examples/grc/uhd_msg_tune.grc   |  2 ++
 gr-uhd/examples/grc/uhd_siggen_gui.grc |  3 +++
 3 files changed, 17 insertions(+), 10 deletions(-)

(limited to 'gr-uhd/examples/grc')

diff --git a/gr-uhd/examples/grc/uhd_fft.grc b/gr-uhd/examples/grc/uhd_fft.grc
index 20bdcd58b6..5e59f61f3b 100644
--- a/gr-uhd/examples/grc/uhd_fft.grc
+++ b/gr-uhd/examples/grc/uhd_fft.grc
@@ -1,6 +1,7 @@
 options:
   parameters:
     author: Example
+    catch_exceptions: 'True'
     category: Custom
     cmake_opt: ''
     comment: ''
@@ -45,6 +46,7 @@ blocks:
     label4: ''
     labels: '[]'
     num_opts: '4'
+    option0: RX2
     option1: TX/RX
     option2: J1
     option3: J2
@@ -421,16 +423,16 @@ blocks:
     alpha9: '1.0'
     autoscale: 'True'
     axislabels: 'True'
-    color1: '"blue"'
-    color10: '"blue"'
-    color2: '"red"'
-    color3: '"green"'
-    color4: '"black"'
-    color5: '"cyan"'
-    color6: '"magenta"'
-    color7: '"yellow"'
-    color8: '"dark red"'
-    color9: '"dark green"'
+    color1: blue
+    color10: dark blue
+    color2: red
+    color3: green
+    color4: black
+    color5: cyan
+    color6: magenta
+    color7: yellow
+    color8: dark red
+    color9: dark green
     comment: ''
     ctrlpanel: 'True'
     entags: 'True'
diff --git a/gr-uhd/examples/grc/uhd_msg_tune.grc b/gr-uhd/examples/grc/uhd_msg_tune.grc
index 715d74c7d2..c821edc9e5 100644
--- a/gr-uhd/examples/grc/uhd_msg_tune.grc
+++ b/gr-uhd/examples/grc/uhd_msg_tune.grc
@@ -1,6 +1,7 @@
 options:
   parameters:
     author: ''
+    catch_exceptions: 'True'
     category: Custom
     cmake_opt: ''
     comment: ''
@@ -46,6 +47,7 @@ blocks:
     label4: ''
     labels: '[]'
     num_opts: '2'
+    option0: TX/RX
     option1: RX2
     option2: '2'
     option3: '3'
diff --git a/gr-uhd/examples/grc/uhd_siggen_gui.grc b/gr-uhd/examples/grc/uhd_siggen_gui.grc
index f373c85557..a3066633d8 100644
--- a/gr-uhd/examples/grc/uhd_siggen_gui.grc
+++ b/gr-uhd/examples/grc/uhd_siggen_gui.grc
@@ -1,6 +1,7 @@
 options:
   parameters:
     author: Ettus Research
+    catch_exceptions: 'True'
     category: Custom
     cmake_opt: ''
     comment: ''
@@ -66,6 +67,7 @@ blocks:
     label4: ''
     labels: '[]'
     num_opts: '2'
+    option0: RX2
     option1: TX/RX
     option2: J1
     option3: J2
@@ -317,6 +319,7 @@ blocks:
     label4: Sweep
     labels: '[]'
     num_opts: '5'
+    option0: '0'
     option1: '1'
     option2: '2'
     option3: '3'
-- 
cgit v1.2.3