1
0
Fork 0
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:
Darren Lines 2022-05-30 20:38:12 +01:00
parent 617a89e1da
commit 3174f89927
2 changed files with 7 additions and 3 deletions

View file

@ -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
},