mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -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
|
// send system ID if we can
|
||||||
char sysid[40];
|
char sysid[50];
|
||||||
if (hal.util->get_system_id(sysid)) {
|
if (hal.util->get_system_id(sysid)) {
|
||||||
send_text(MAV_SEVERITY_INFO, "%s", sysid);
|
send_text(MAV_SEVERITY_INFO, "%s", sysid);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user