GCS_MAVLink: increase short board names to 23 chars

This commit is contained in:
Yuri 2022-09-18 12:04:23 -05:00 committed by Randy Mackay
parent b11a280b6d
commit 0dd396daeb

View File

@ -3982,7 +3982,7 @@ void GCS_MAVLINK::send_banner()
}
// send system ID if we can
char sysid[40];
char sysid[50];
if (hal.util->get_system_id(sysid)) {
send_text(MAV_SEVERITY_INFO, "%s", sysid);
}