Rover: enable logging of RADIO_STATUS
This commit is contained in:
parent
4a01315fc5
commit
552674389d
@ -1295,7 +1295,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