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