1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +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

@ -4,6 +4,7 @@ var GUI_control = function() {
this.connected_to = false;
this.active_tab;
this.operating_system;
this.optional_usb_permissions = false; // controlled by usb permissions code
this.interval_array = [];
this.timeout_array = [];