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:
parent
e7d0af6b6b
commit
ad775bbf58
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue