App.config
author StephaneLenclud
Sun, 14 Apr 2013 22:38:41 +0200
branchMiniDisplay
changeset 439 06369ace500d
permissions -rw-r--r--
Better formatting FrontView lines.
Now cycling through each FrontView sensor every 2 seconds.
Fixing character conversion when sending VFD text.
Using special FrontView characters for Celsius and Farenheit.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <configuration>
     3   <startup>
     4     <supportedRuntime version="v4.0" />
     5     <supportedRuntime version="v2.0.50727"/>
     6   </startup>
     7 </configuration>