1
0
Fork 0
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:
Pascal Bauer 2024-09-20 17:13:02 +02:00 committed by Niklas Eiling
parent 7cc05f9e17
commit a2b376e759

View file

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