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

When LTM stream is detected, the app will automatically switch to groundstation mode.

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-03-07 20:51:15 +01:00
parent 5e4e9294f8
commit c7b924e67b
6 changed files with 78 additions and 1 deletions

View file

@ -55,6 +55,7 @@ sources.css = [
'./node_modules/openlayers/dist/ol.css',
'./src/css/logic.css',
'./src/css/defaults_dialog.css',
'./src/css/groundstation.css',
];
sources.js = [
@ -141,6 +142,7 @@ sources.js = [
'./js/CliAutoComplete.js',
'./node_modules/jquery-textcomplete/dist/jquery.textcomplete.js',
'./js/ltmDecoder.js',
'./js/groundstation.js'
];
sources.receiverCss = [