aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-12-15 22:13:30 +0100
committersara <sara.halter@gmx.ch>2021-12-15 22:13:30 +0100
commit08471e8c172a7132ddb48ee14dc1d0479f6c6f7c (patch)
tree08fa60abaf52f171994b600d8f71b497b9d9642b /src/gui
parentRicean Part (diff)
downloadFading-08471e8c172a7132ddb48ee14dc1d0479f6c6f7c.tar.gz
Fading-08471e8c172a7132ddb48ee14dc1d0479f6c6f7c.zip
littel changes on the flowgraphs and gui
Diffstat (limited to 'src/gui')
-rwxr-xr-xsrc/gui/gui.py2
-rw-r--r--src/gui/net.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui.py b/src/gui/gui.py
index c0e4a9e..cc201a3 100755
--- a/src/gui/gui.py
+++ b/src/gui/gui.py
@@ -255,7 +255,7 @@ with window(label="Bit Error Rate ", width=800, height=320, pos=(0,825),\
add_theme_color(mvThemeCol_Text,(0,0,0)) #Schwarz
add_theme_style(mvStyleVar_FrameRounding, 5)
- add_button(label="BER", height=60, width=700, pos=(50,125),tag="ber_value")
+ add_button(label="BER", height=60, width=700, pos=(50,125), tag="ber_value")
bind_item_theme(last_item(), "button_ber")
bind_item_theme(ber_window, "ber_window")
diff --git a/src/gui/net.py b/src/gui/net.py
index 820bc84..f35c7f0 100644
--- a/src/gui/net.py
+++ b/src/gui/net.py
@@ -83,7 +83,7 @@ class network_value(udpsource):
self.bind()
def read(self):
- return udpsource.read(self, 1)
+ return udpsource.read(self, 3)
def refresh(self):
self.value = self.read()