mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 05:28:45 -04:00
b1c80d7d74
this prevents a condition where the GCS can display the wrong value if the 2nd PARAM_VALUE is lost Note that groundstations can tell the set failed due to readonly in the following ways: 1) look for the statustext: Param write denied (PARAMNAME) 2) see that the value came back with the old value, with index of 65535 3) can repeat the send, looking for (1) and (2) Michael has proposed we add a PARAM_VALUE mavlink2 flags extension. That would be nice, but we should still make this change to fix the issue with mavlink 1.0 |
||
---|---|---|
.. | ||
examples/routing | ||
.gitignore | ||
ap_message.h | ||
GCS_Common.cpp | ||
GCS_DeviceOp.cpp | ||
GCS_Dummy.h | ||
GCS_Fence.cpp | ||
GCS_FTP.cpp | ||
GCS_MAVLink.cpp | ||
GCS_MAVLink.h | ||
GCS_Param.cpp | ||
GCS_Rally.cpp | ||
GCS_serial_control.cpp | ||
GCS_ServoRelay.cpp | ||
GCS_Signing.cpp | ||
GCS.cpp | ||
GCS.h | ||
MAVLink_routing.cpp | ||
MAVLink_routing.h | ||
MissionItemProtocol_Fence.cpp | ||
MissionItemProtocol_Fence.h | ||
MissionItemProtocol_Rally.cpp | ||
MissionItemProtocol_Rally.h | ||
MissionItemProtocol_Waypoints.cpp | ||
MissionItemProtocol_Waypoints.h | ||
MissionItemProtocol.cpp | ||
MissionItemProtocol.h |