1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

Basic framework to work with features

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-11-21 18:28:52 +01:00
parent 0fbdc439ce
commit 78fbb84f9e
3 changed files with 76 additions and 10 deletions

View file

@ -114,6 +114,7 @@ sources.js = [
'./tabs/advanced_tuning.js',
'./js/peripherals.js',
'./js/appUpdater.js',
'./js/feature_framework.js',
'./js/defaults_dialog.js',
'./node_modules/openlayers/dist/ol.js'
];