1
0
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:
andreas
2024-11-24 19:09:56 +01:00
parent 7fead48b9d
commit ca60d3fbac

View File

@@ -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) {