From ad775bbf58ee396eabaece576743760c9ce25c1f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 26 Sep 2018 22:48:10 +0000 Subject: [PATCH] fix syntax error in uldaq.conf --- etc/uldaq.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/uldaq.conf b/etc/uldaq.conf index d2806fa78..cc72d2946 100644 --- a/etc/uldaq.conf +++ b/etc/uldaq.conf @@ -10,7 +10,7 @@ nodes = { range = "bipolar-10", input_mode = "single-ended" signals = ( - { name = "ch0", type = "float", channel = 0 }, + { name = "ch0", type = "float", channel = 0 } ) sample_rate = 5000, @@ -37,7 +37,7 @@ nodes = { }, out = { vectorize = 100 - address = "127.0.0.1:13000" + address = "192.168.104.10:13000" } } }