iocommander input and virtual input
This commit is contained in:
@@ -8,7 +8,6 @@ public class IOCommanderSettings: ISettings
|
||||
{
|
||||
public IOCommanderCameraSettings[] Cameras { get; }
|
||||
public int PulseLength { get; set; } = 100;
|
||||
public bool EmulationMode { get; set; } = true;
|
||||
public bool ShowDebugView { get; set; } = false;
|
||||
public string Port { get; set; }="COM3";
|
||||
|
||||
@@ -27,7 +26,6 @@ public class IOCommanderSettings: ISettings
|
||||
{
|
||||
settings.RegisterSimple(this, () => Port, "IOCommander", nameof(Port));
|
||||
settings.RegisterSimple(this, () => PulseLength, "IOCommander", nameof(PulseLength));
|
||||
settings.RegisterSimple(this, () => EmulationMode, "IOCommander", nameof(EmulationMode));
|
||||
settings.RegisterSimple(this, () => ShowDebugView, "IOCommander", nameof(ShowDebugView));
|
||||
|
||||
foreach (IOCommanderProcessingEvent @event in GlobalEvents)
|
||||
|
||||
Reference in New Issue
Block a user