Updated config example to support profiles
This commit is contained in:
parent
8b63346071
commit
f31947dc69
|
|
@ -1,4 +1,7 @@
|
||||||
devices = ( { device = "USB";
|
configs = ({
|
||||||
|
sim = 0;
|
||||||
|
car = "default";
|
||||||
|
devices = ( { device = "USB";
|
||||||
type = "Tachometer";
|
type = "Tachometer";
|
||||||
devid = "98FD:83AC";
|
devid = "98FD:83AC";
|
||||||
subtype = "Revburner";
|
subtype = "Revburner";
|
||||||
|
|
@ -62,3 +65,4 @@ devices = ( { device = "USB";
|
||||||
motors = 8;
|
motors = 8;
|
||||||
devpath = "/dev/ttyACM0";}
|
devpath = "/dev/ttyACM0";}
|
||||||
);
|
);
|
||||||
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue