mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
convert xte 2 way
This commit is contained in:
@@ -58,7 +58,7 @@ uint32_t mtr2nm(uint32_t m)
|
||||
}
|
||||
double mtr2nm(double m)
|
||||
{
|
||||
return m / 1852;
|
||||
return m / 1852.0;
|
||||
}
|
||||
|
||||
bool convertToJson(const GwSatInfoList &si,JsonVariant &variant){
|
||||
|
||||
Reference in New Issue
Block a user