From 6ab860d89c53156184f7fb2223facd55d664704e Mon Sep 17 00:00:00 2001 From: mer0m Date: Wed, 26 Apr 2017 21:14:57 +0200 Subject: [PATCH] - --- redpitaya/client/double_pid_vco.py | 2 +- redpitaya/client/iq_pid_vco.grc | 2 +- redpitaya/client/iq_pid_vco.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/redpitaya/client/double_pid_vco.py b/redpitaya/client/double_pid_vco.py index 3753960..c82b247 100755 --- a/redpitaya/client/double_pid_vco.py +++ b/redpitaya/client/double_pid_vco.py @@ -3,7 +3,7 @@ ################################################## # GNU Radio Python Flow Graph # Title: Double Pid Vco -# Generated: Fri Apr 21 15:21:06 2017 +# Generated: Wed Apr 26 10:49:16 2017 ################################################## if __name__ == '__main__': diff --git a/redpitaya/client/iq_pid_vco.grc b/redpitaya/client/iq_pid_vco.grc index 37e5420..fc878d2 100644 --- a/redpitaya/client/iq_pid_vco.grc +++ b/redpitaya/client/iq_pid_vco.grc @@ -168,7 +168,7 @@ value - "192.168.0.201" + "192.168.0.202" diff --git a/redpitaya/client/iq_pid_vco.py b/redpitaya/client/iq_pid_vco.py index 73c1071..38e3f8d 100755 --- a/redpitaya/client/iq_pid_vco.py +++ b/redpitaya/client/iq_pid_vco.py @@ -3,7 +3,7 @@ ################################################## # GNU Radio Python Flow Graph # Title: Iq Pid Vco -# Generated: Fri Apr 21 18:49:00 2017 +# Generated: Wed Apr 26 19:01:48 2017 ################################################## if __name__ == '__main__': @@ -71,7 +71,7 @@ class iq_pid_vco(gr.top_block, Qt.QWidget): self.dds_f0 = dds_f0 = 0 self.dds_ampl = dds_ampl = 0 self.dac2_offset = dac2_offset = 0 - self.addr = addr = "192.168.0.201" + self.addr = addr = "192.168.0.202" self.adc1_offset = adc1_offset = 0 ################################################## -- 2.16.4