mirror of https://github.com/ArduPilot/ardupilot
app.config: Added app.config key for the location of the files to be parsed for parameter meta data.
This commit is contained in:
parent
8a7a982bfc
commit
57cf82dbff
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue