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:
parent
5e4e9294f8
commit
c7b924e67b
6 changed files with 78 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue