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

CLI Client-side Autocomplete

Executes silently various commands on CLI open. Parses the output
and build autocomplete cache. Autcomplete hints are displayed in
popup lists.
This commit is contained in:
Cleric-K 2019-03-24 01:21:52 +02:00
parent d912de75f1
commit f96fc0eec3
11 changed files with 627 additions and 11 deletions

View file

@ -110,6 +110,8 @@
<script type="text/javascript" src="./js/tabs/osd.js"></script>
<script type="text/javascript" src="./js/tabs/power.js"></script>
<script type="text/javascript" src="./js/tabs/transponder.js"></script>
<script type="text/javascript" src="./node_modules/jquery-textcomplete/dist/jquery.textcomplete.min.js"></script>
<script type="text/javascript" src="./js/CliAutoComplete.js"></script>
<title i18n="windowTitle"></title>
</head>
<body>