Add more configvars to output
This commit is contained in:
parent
d10a4483ed
commit
fa1ceba510
@ -21,6 +21,10 @@ public partial class OSCCollar
|
||||
configTable.AddRow("Send-Osc-Port", this._config.PortSend.ToString());
|
||||
configTable.AddRow("Receive-Osc-Port", _portReceive.ToString());
|
||||
configTable.AddRow("HTTP-Port", this.OscQueryService?.TcpPort.ToString() ?? "");
|
||||
configTable.AddRow("CalibrationX", $"{this._config.CalibrationX}");
|
||||
configTable.AddRow("CalibrationY", $"{this._config.CalibrationY}");
|
||||
configTable.AddRow("Stretch Deadzone", $"{this._config.WalkStretchDeadzone}");
|
||||
configTable.AddRow("Run Stretch", $"{this._config.RunStretch}");
|
||||
|
||||
Table variableTable = new Table();
|
||||
variableTable.AddColumn("OscVar");
|
||||
|
Loading…
Reference in New Issue
Block a user