diff options
author | sara <sara.halter@gmx.ch> | 2021-12-14 18:57:29 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-12-14 18:57:29 +0100 |
commit | 75edb689e503769dcb1ab228e4a59ea2e0cf8d9e (patch) | |
tree | a964fa58a8a4044e0c10b75a2cd6a165cedeca6d /src/gr-fadingui/grc/fadingui_ber.block.yml | |
parent | Avoid sending EVERY sample over UDP (diff) | |
download | Fading-75edb689e503769dcb1ab228e4a59ea2e0cf8d9e.tar.gz Fading-75edb689e503769dcb1ab228e4a59ea2e0cf8d9e.zip |
BER block angepasst
Diffstat (limited to '')
-rw-r--r-- | src/gr-fadingui/grc/fadingui_ber.block.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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. |