app.config: Added app.config key for the location of the files to be parsed for parameter meta data.

This commit is contained in:
Adam M Rivera 2012-04-24 13:33:47 -05:00
parent 8a7a982bfc
commit 57cf82dbff
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
<appSettings>
<add key="UpdateLocation"
value="http://ardupilot-mega.googlecode.com/git/Tools/ArdupilotMegaPlanner/bin/Release/"/>
<add key="ParameterLocations"
value="http://a432511-wip.googlecode.com/git-history/param-suffix/ArduCopter/Parameters.pde"/>
</appSettings>
<log4net>
<appender name="Console" type="log4net.Appender.ConsoleAppender">