This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth
hspguisourcev301/HspGuiSourceV301/HSPGui/app.config@5:bc128a16232f, 2021-05-02 (annotated)
- Committer:
- darienf
- Date:
- Sun May 02 23:09:04 2021 +0000
- Revision:
- 5:bc128a16232f
- Parent:
- 3:36de8b9e4b1a
This is the program that was last used, that has the working temperature and some comments
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 3:36de8b9e4b1a | 1 | <?xml version="1.0"?> |
darienf | 3:36de8b9e4b1a | 2 | <configuration> |
darienf | 3:36de8b9e4b1a | 3 | <configSections> |
darienf | 3:36de8b9e4b1a | 4 | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > |
darienf | 3:36de8b9e4b1a | 5 | <section name="HealthSensorPlatform.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
darienf | 3:36de8b9e4b1a | 6 | </sectionGroup> |
darienf | 3:36de8b9e4b1a | 7 | </configSections> |
darienf | 3:36de8b9e4b1a | 8 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup><userSettings> |
darienf | 3:36de8b9e4b1a | 9 | <HealthSensorPlatform.Properties.Settings> |
darienf | 3:36de8b9e4b1a | 10 | <setting name="DisableSplash" serializeAs="String"> |
darienf | 3:36de8b9e4b1a | 11 | <value>False</value> |
darienf | 3:36de8b9e4b1a | 12 | </setting> |
darienf | 3:36de8b9e4b1a | 13 | <setting name="ComPort" serializeAs="String"> |
darienf | 3:36de8b9e4b1a | 14 | <value /> |
darienf | 3:36de8b9e4b1a | 15 | </setting> |
darienf | 3:36de8b9e4b1a | 16 | </HealthSensorPlatform.Properties.Settings> |
darienf | 3:36de8b9e4b1a | 17 | </userSettings> |
darienf | 3:36de8b9e4b1a | 18 | </configuration> |