mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Merge remote-tracking branch 'origin/master' into dzikuvx-settings-sliders
This commit is contained in:
commit
c67e97518a
11 changed files with 248 additions and 15 deletions
|
@ -63,4 +63,4 @@ function scaleRangeInt(x, srcMin, srcMax, destMin, destMax) {
|
|||
let a = (destMax - destMin) * (x - srcMin);
|
||||
let b = srcMax - srcMin;
|
||||
return Math.round((a / b) + destMin);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue