mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 10:58:30 -04:00
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>
|
<appSettings>
|
||||||
<add key="UpdateLocation"
|
<add key="UpdateLocation"
|
||||||
value="http://ardupilot-mega.googlecode.com/git/Tools/ArdupilotMegaPlanner/bin/Release/"/>
|
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>
|
</appSettings>
|
||||||
<log4net>
|
<log4net>
|
||||||
<appender name="Console" type="log4net.Appender.ConsoleAppender">
|
<appender name="Console" type="log4net.Appender.ConsoleAppender">
|
||||||
|
Loading…
Reference in New Issue
Block a user