Files
monocoque/conf/monocoque.config
T

22 lines
871 B
Plaintext
Raw Normal View History

2022-10-31 15:11:02 +00:00
devices = ( { device = "USB";
type = "Tachometer";
devid = "98FD:83AC";
subtype = "Revburner";
granularity = 4;
config = "/home/paul/.config/monocoque/revburner1.xml"; },
{ device = "Sound";
2023-05-17 15:56:57 +00:00
type = "Engine"
devid = "98FD:83AC"; },
{ device = "Sound";
type = "Gear"
devid = "98FD:83AC"; },
2022-10-31 15:11:02 +00:00
{ device = "Serial";
type = "ShiftLights";
config = "None";
2023-05-17 15:56:57 +00:00
devpath = "/dev/ttyACM0"; } ),
{ device = "Serial";
type = "SimWind";
config = "None";
devpath = "/dev/ttyACM1"; } );