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" } } }