From 75edb689e503769dcb1ab228e4a59ea2e0cf8d9e Mon Sep 17 00:00:00 2001
From: sara <sara.halter@gmx.ch>
Date: Tue, 14 Dec 2021 18:57:29 +0100
Subject: BER block angepasst

---
 src/gr-fadingui/grc/fadingui_ber.block.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/gr-fadingui/grc')

diff --git a/src/gr-fadingui/grc/fadingui_ber.block.yml b/src/gr-fadingui/grc/fadingui_ber.block.yml
index 477f9ff..b0ec75c 100644
--- a/src/gr-fadingui/grc/fadingui_ber.block.yml
+++ b/src/gr-fadingui/grc/fadingui_ber.block.yml
@@ -5,7 +5,7 @@ category: '[fadingui]'
 templates:
   imports: import fadingui
   make: fadingui.ber(vgl=${vgl}, vlen=${vlen},address=${address})
-
+  
 #  Make one 'parameters' list entry for every parameter you want settable from the GUI.
 #     Keys include:
 #     * id (makes the value accessible as \$keyname, e.g. in the make entry)
@@ -21,7 +21,7 @@ parameters:
 - id: address
   label: Address
   dtype: string
-  default: "udp://localhost:31415"
+  default: "udp://localhost:31420"
 
 
 #  Make one 'inputs' list entry per input and one 'outputs' list entry per output.
-- 
cgit v1.2.1