mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Plane: Add Log_Write_Radio. MASK_LOG_PM must be set for logging to occur.
This commit is contained in:
parent
8af9573806
commit
dd06756abf
@ -1595,7 +1595,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
case MAVLINK_MSG_ID_RADIO:
|
||||
case MAVLINK_MSG_ID_RADIO_STATUS:
|
||||
{
|
||||
handle_radio_status(msg);
|
||||
handle_radio_status(msg, DataFlash, should_log(MASK_LOG_PM));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user