mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-20 09:13:06 +01:00
remove useless unit ° for formatLat
This commit is contained in:
@@ -1578,7 +1578,7 @@
|
|||||||
if (isNaN(x)) return '-----';
|
if (isNaN(x)) return '-----';
|
||||||
return formatLonLatsDecimal(x, 'lat');
|
return formatLonLatsDecimal(x, 'lat');
|
||||||
},
|
},
|
||||||
u: '°'
|
u: ''
|
||||||
},
|
},
|
||||||
formatLongitude: {
|
formatLongitude: {
|
||||||
f: function (v) {
|
f: function (v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user