mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Update HISTORY.txt and correct a help URL.
This commit is contained in:
parent
9c7799dfe6
commit
0f1fd8f8c1
13
HISTORY.txt
13
HISTORY.txt
@ -1,5 +1,18 @@
|
|||||||
Short summary of changes. For a complete list see the git log.
|
Short summary of changes. For a complete list see the git log.
|
||||||
|
|
||||||
|
2011-08-10
|
||||||
|
Added Camera Stabilization and a gui to configure this. This is a software
|
||||||
|
selectable module from the GUI. However, a restart is required to make it
|
||||||
|
active. The GUI does not currently expose the configuration for using the
|
||||||
|
transmitter to change the view angle but this is supported by the hardware.
|
||||||
|
|
||||||
|
2011-08-10
|
||||||
|
By default a lot of diagnostic objects that were enabled by default are now
|
||||||
|
disabled in the build. This include TaskInfo (and all the FreeRTOS options
|
||||||
|
that provide that debugging information). Also MixerStatus, I2CStatus,
|
||||||
|
WatchdogStatus and RateDesired. These can be reenabled for debugging with
|
||||||
|
-DDIAGNOSTICS.
|
||||||
|
|
||||||
2011-08-04
|
2011-08-04
|
||||||
Fixed packaging aesthetic issues. Also avoid runtime issues on OSX Lion by
|
Fixed packaging aesthetic issues. Also avoid runtime issues on OSX Lion by
|
||||||
disabling the ModelView and Notify plugins for now (sorry).
|
disabling the ModelView and Notify plugins for now (sorry).
|
||||||
|
@ -221,7 +221,7 @@ void ConfigCameraStabilizationWidget::refreshValues()
|
|||||||
|
|
||||||
void ConfigCameraStabilizationWidget::openHelp()
|
void ConfigCameraStabilizationWidget::openHelp()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl( QUrl("http://wiki.openpilot.org/display/Doc/Camera+Configuration", QUrl::StrictMode) );
|
QDesktopServices::openUrl( QUrl("http://wiki.openpilot.org/display/Doc/Camera+Stabilization", QUrl::StrictMode) );
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConfigCameraStabilizationWidget::enableControls(bool enable)
|
void ConfigCameraStabilizationWidget::enableControls(bool enable)
|
||||||
|
Loading…
Reference in New Issue
Block a user