mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
GCS_MAVLink: increase short board names to 23 chars
This commit is contained in:
parent
68a1f3a2db
commit
e165063324
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user