1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

search: add search.html and search.js

This commit is contained in:
Ray Morris 2025-01-15 12:55:26 -06:00
parent 4d575a4f64
commit c0017991f5
6 changed files with 215 additions and 1 deletions

View file

@ -50,7 +50,8 @@ var GUI_control = function () {
'mission_control',
'mixer',
'programming',
'ez_tune'
'ez_tune',
'search'
];
this.allowedTabs = this.defaultAllowedTabsWhenDisconnected;