1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 06:23:07 +01:00

better logging

This commit is contained in:
wellenvogel
2021-11-20 22:32:25 +01:00
parent aa47fbc9c1
commit 4d871bc121
3 changed files with 14 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ private:
mapping.type->xdrtype.c_str(),
value,
mapping.type->xdrunit.c_str(),
name);
name.c_str());
buffer[39]=0;
return String(buffer);
}