ardupilot/libraries/GCS_MAVLink
Andrew Tridgell 9352f05133 GCS_MAVLink: fixed bug setting parameters to default values
in copter if you try to set RATE_RLL_D to 0 when you haven't
prevviously changed it then it would set it, but would revert on the
next reboot. This is because of the special case handling of a set to
the "default" value. That default value is unaware of the PID
constructors

this fixes that behaviour by forcing a save if the parameter changes
value
2015-08-10 17:27:02 +10:00
..
examples/routing GCS_MAVLink: convert example from .pde to .cpp 2015-06-01 17:07:07 +10:00
include/mavlink/v1.0 GCS_MAVLink: regenerate headers 2015-07-01 12:02:44 +10:00
message_definitions GCS_MAVLink: merged upstream mag cal messages for APM 2015-07-01 12:00:23 +10:00
.gitignore Updated MAVLink to 1.0.6 release. 2012-04-19 15:46:29 -04:00
GCS.h GCS_MAVLink: retrieve capabilities from HAL 2015-07-31 14:50:22 +09:00
GCS_Common.cpp GCS_MAVLink: fixed bug setting parameters to default values 2015-08-10 17:27:02 +10:00
GCS_Logs.cpp GCS_MAVLink: use a larger log send queue for Linux 2015-07-29 14:19:47 +10:00
GCS_MAVLink.cpp GCS_MAVLink: mavlink_comm_port to array 2015-05-15 15:07:31 +09:00
GCS_MAVLink.h GCS_MAVLink: mavlink_comm_port to array 2015-05-15 15:07:31 +09:00
GCS_serial_control.cpp GCS_MAVLink: support NSH shell with SERIAL_CONTROL 2015-06-17 20:30:10 +10:00
MAVLink_routing.cpp GCS_MAVLink: add find_by_mavtype 2015-07-25 10:52:59 +09:00
MAVLink_routing.h GCS_MAVLink: add find_by_mavtype 2015-07-25 10:52:59 +09:00
generate.sh GCS_MALink: improved generate.sh failure msg 2014-02-19 16:04:05 +11:00