1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Add support for editing more OSD settings from the OSD tab

- Voltage decimals
- Crosshairs style
- Sidebar scroll for left and right
- Sidebar scrolling arrows
This commit is contained in:
Alberto García Hierro 2018-07-10 22:00:20 +01:00
parent 8e823748f4
commit 42c45648d3
8 changed files with 228 additions and 93 deletions

View file

@ -83,6 +83,7 @@ sources.js = [
'./js/serial.js',
'./js/servoMixRule.js',
'./js/motorMixRule.js',
'./js/settings.js',
'./js/outputMapping.js',
'./js/model.js',
'./js/serial_backend.js',