mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Added additional unit for ms that stays as ms
This commit is contained in:
parent
617a89e1da
commit
3174f89927
2 changed files with 7 additions and 3 deletions
|
@ -242,6 +242,7 @@ var Settings = (function () {
|
|||
'cmss' : 'cm/s/s',
|
||||
// Time
|
||||
'msec' : 'ms',
|
||||
'msec-nc' : 'ms', // Milliseconds, but not converted.
|
||||
'dsec' : 'ds',
|
||||
'sec' : 's',
|
||||
// Angles
|
||||
|
@ -309,6 +310,9 @@ var Settings = (function () {
|
|||
'hftmin' : 50.8,
|
||||
'fts' : 30.48
|
||||
},
|
||||
'msec-nc' : {
|
||||
'msec-nc' : 1
|
||||
},
|
||||
'msec' : {
|
||||
'sec' : 1000
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue