diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 2233702..60c677a 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -155,15 +155,6 @@ namespace _8082_Waymo_PC.Properties { } } - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("V1-U")] - public string Version { - get { - return ((string)(this["Version"])); - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("FLEX-M4-CR2-LEAK TEST")] @@ -199,5 +190,14 @@ namespace _8082_Waymo_PC.Properties { this["LogDirectory"] = value; } } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("V1-T")] + public string Version { + get { + return ((string)(this["Version"])); + } + } } } diff --git a/README.md b/README.md index 6d4c470..1cb5aa4 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,6 @@ Parses responses from Flexflow to show to the UI UI and Serial interaction. +--- - +The remaining files are misc. and/or just the standard WinForms files. diff --git a/2022-03-5--05-25.txt b/_examples/2022-03-5--05-25.txt similarity index 100% rename from 2022-03-5--05-25.txt rename to _examples/2022-03-5--05-25.txt diff --git a/example_dumptruck_xml.xml b/_examples/example_dumptruck_xml.xml similarity index 100% rename from example_dumptruck_xml.xml rename to _examples/example_dumptruck_xml.xml