mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Add formater for values
This commit is contained in:
@@ -59,3 +59,13 @@ class PageDescription{
|
||||
this->header=header;
|
||||
}
|
||||
};
|
||||
|
||||
// Structure for formated boat values
|
||||
typedef struct{
|
||||
String svalue;
|
||||
String unit;
|
||||
} FormatedData;
|
||||
|
||||
|
||||
// Formater for boat values
|
||||
FormatedData formatValue(GwApi::BoatValue *value);
|
||||
|
||||
Reference in New Issue
Block a user