plugin selection
This commit is contained in:
@@ -10,6 +10,7 @@ public class IOCommanderSettings: ISettings
|
||||
public int PulseLength { get; set; } = 100;
|
||||
public bool ShowDebugView { get; set; } = false;
|
||||
public string Port { get; set; }="COM3";
|
||||
public bool Enabled { get; set; }
|
||||
|
||||
public List<IOCommanderProcessingEvent> GlobalEvents { get; set; } =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user