mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
GPS tab: New design for gps Status / Quality (#3566)
* small fixes * Ajust Colours when translated * new design * new design * new design * new design * new design * new design * new design
This commit is contained in:
parent
5f13c076f7
commit
bb76112c99
4 changed files with 27 additions and 19 deletions
|
@ -435,7 +435,7 @@ setup.initialize = function (callback) {
|
|||
const lon = FC.GPS_DATA.lon / 10000000;
|
||||
const url = `https://maps.google.com/?q=${lat},${lon}`;
|
||||
const gpsUnitText = i18n.getMessage('gpsPositionUnit');
|
||||
$('.GPS_info td.latLon a').prop('href', url).text(`${lat.toFixed(4)} ${gpsUnitText} / ${lon.toFixed(4)} ${gpsUnitText}`);
|
||||
$('.GPS_info td.latLon a').prop('href', url).text(`${lat.toFixed(4)} / ${lon.toFixed(4)} ${gpsUnitText}`);
|
||||
}
|
||||
|
||||
function get_fast_data() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue