We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bcdc4 commit baa8271Copy full SHA for baa8271
vJoySerialFeeder/MainForm.cs
@@ -31,7 +31,7 @@ public partial class MainForm : Form
31
private string protocolConfig = "";
32
33
private Configuration config;
34
- private bool useCustomSerialParameters = true;
+ private bool useCustomSerialParameters;
35
private Configuration.SerialParameters serialParameters;
36
37
private double updateRate;
0 commit comments