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 Andrew Tridgell
parent 68a1f3a2db
commit e165063324

View File

@ -3999,7 +3999,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);
}