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

Unit conversion working

This commit is contained in:
norbert-walter
2022-02-24 21:45:37 +01:00
parent f4ac126ae3
commit 0237ed761d
4 changed files with 139 additions and 48 deletions

View File

@@ -68,4 +68,4 @@ typedef struct{
// Formater for boat values
FormatedData formatValue(GwApi::BoatValue *value);
FormatedData formatValue(GwApi::BoatValue *value, CommonData &commondata);