mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
change to absolute path
This commit is contained in:
parent
cc325d3cb7
commit
14a8c67bd2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ logging = {
|
|||
fpgas = {
|
||||
zcu106 = {
|
||||
interface = "platform",
|
||||
ips = "etc/fpga/zcu106_aurora_dino/zcu106_aurora_dino_240808-2.json",
|
||||
ips = "/root/codebase/node/etc/fpga/zcu106_aurora_dino/zcu106_aurora_dino_240808-2.json", # Absolute path for remote debugging
|
||||
polling = true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue