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
b6eca86a96
commit
0c7aadc8f8
@ -279,7 +279,7 @@ void LoggerMessageWriter_WriteSysInfo::process() {
|
||||
FALLTHROUGH;
|
||||
}
|
||||
case Stage::SYSTEM_ID:
|
||||
char sysid[40];
|
||||
char sysid[50];
|
||||
if (hal.util->get_system_id(sysid)) {
|
||||
if (! _logger_backend->Write_Message(sysid)) {
|
||||
return; // call me again
|
||||
|
Loading…
Reference in New Issue
Block a user