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