1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

adding request usb permissions UI (DEV only)

This commit is contained in:
cTn 2014-06-08 19:32:24 +02:00
parent cda43ac9bf
commit a0582fd79f
8 changed files with 98 additions and 6 deletions

View file

@ -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();