Adding new items to configuration example
This commit is contained in:
parent
5211753a7e
commit
8065929618
|
|
@ -6,10 +6,16 @@ devices = ( { device = "USB";
|
||||||
granularity = 4;
|
granularity = 4;
|
||||||
config = "/home/paul/.config/monocoque/revburner1.xml"; },
|
config = "/home/paul/.config/monocoque/revburner1.xml"; },
|
||||||
{ device = "Sound";
|
{ device = "Sound";
|
||||||
type = "Shaker"
|
type = "Engine"
|
||||||
devid = "98FD:83AC";
|
devid = "98FD:83AC"; },
|
||||||
config = "shaker1.config"; },
|
{ device = "Sound";
|
||||||
|
type = "Gear"
|
||||||
|
devid = "98FD:83AC"; },
|
||||||
{ device = "Serial";
|
{ device = "Serial";
|
||||||
type = "ShiftLights";
|
type = "ShiftLights";
|
||||||
config = "None";
|
config = "None";
|
||||||
devpath = "/dev/ttyACM0"; } );
|
devpath = "/dev/ttyACM0"; } ),
|
||||||
|
{ device = "Serial";
|
||||||
|
type = "SimWind";
|
||||||
|
config = "None";
|
||||||
|
devpath = "/dev/ttyACM1"; } );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue