mavCmdSetStorageUsage top-level constant

MavCmd const mavCmdSetStorageUsage

Set that a particular storage is the preferred location for saving photos, videos, and/or other media (e.g. to set that an SD card is used for storing videos). There can only be one preferred save location for each particular media type: setting a media usage flag will clear/reset that same flag if set on any other storage. If no flag is set the system should use its default storage. A target system can choose to always use default storage, in which case it should ACK the command with MAV_RESULT_UNSUPPORTED. A target system can choose to not allow a particular storage to be set as preferred storage, in which case it should ACK the command with MAV_RESULT_DENIED.

MAV_CMD_SET_STORAGE_USAGE

Implementation

const MavCmd mavCmdSetStorageUsage = 533;