mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Logger: increase short board names to 23 chars
This commit is contained in:
parent
20f0fd0589
commit
32c38434a2
@ -279,7 +279,7 @@ void LoggerMessageWriter_WriteSysInfo::process() {
|
|||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
}
|
}
|
||||||
case Stage::SYSTEM_ID:
|
case Stage::SYSTEM_ID:
|
||||||
char sysid[40];
|
char sysid[50];
|
||||||
if (hal.util->get_system_id(sysid)) {
|
if (hal.util->get_system_id(sysid)) {
|
||||||
if (! _logger_backend->Write_Message(sysid)) {
|
if (! _logger_backend->Write_Message(sysid)) {
|
||||||
return; // call me again
|
return; // call me again
|
||||||
|
Loading…
Reference in New Issue
Block a user