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

Fix support for simulated RX via MSP, increase channels to 12

- Fix detection of MSP_RX to show the button in the receiver tab
- Fix path to the .css file for receiver_msp.html
- Increase number of channels to 12
This commit is contained in:
Alberto García Hierro 2018-05-20 17:05:34 +01:00
parent 15e884acf1
commit 6e80fd2b4d
6 changed files with 56 additions and 19 deletions

View file

@ -116,10 +116,10 @@ sources.mapJs = [
];
sources.receiverCss = [
'./src/css/tabs/receiver_msp.css',
'./css/opensans_webfontkit/fonts.css',
'./js/libraries/jquery.nouislider.min.css',
'./js/libraries/jquery.nouislider.pips.min.css',
'./tabs/receiver_msp.css'
];
sources.receiverJs = [