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