mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
adding request usb permissions UI (DEV only)
This commit is contained in:
parent
cda43ac9bf
commit
a0582fd79f
8 changed files with 98 additions and 6 deletions
|
@ -2,6 +2,8 @@ function tab_initialize_default() {
|
|||
GUI.active_tab = 'default';
|
||||
|
||||
$('#content').load("./tabs/default.html", function() {
|
||||
check_usb_permissions(); // temporary enabled in dev branch, should be commented out untill DFU support goes live
|
||||
|
||||
// translate to user-selected language
|
||||
localize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue