1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix syntax error in uldaq.conf

This commit is contained in:
Steffen Vogel 2018-09-26 22:48:10 +00:00
parent e7d0af6b6b
commit ad775bbf58

View file

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