diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 08f26414..65feb7aa 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -128,6 +128,22 @@ "message": "Failed to close serial port" }, + "usbDeviceOpened": { + "message": "USB device successfully opened with ID: $1" + }, + "usbDeviceOpenFail": { + "message": "Failed to open USB device!" + }, + "usbDeviceClosed": { + "message": "USB device successfully closed" + }, + "usbDeviceCloseFail": { + "message": "Failed to close USB device" + }, + "usbDeviceUdevNotice": { + "message": "Are udev rules installed correctly? See docs for instructions" + }, + "noConfigurationReceived": { "message": "No configuration received within 10 seconds, communication failed" }, @@ -190,26 +206,17 @@ "message": "Cycle Time:" }, - "please_grant_usb_permissions": { - "message": "Please click on \"Request Optional Permissions\" button to grant application required USB access" + "dfu_connect_message": { + "message": "Please use the Firmware Flasher to access DFU devices" }, - "usb_permissions_granted": { - "message": "Optional USB permissions granted" + "dfu_erased_kilobytes": { + "message": "Erased $1 kB of flash successfully" }, "eeprom_saved_ok": { "message": "EEPROM saved" }, - "default_optional_permissions_head": { - "message": "Optional USB Permissions" - }, - "default_optional_permissions_text": { - "message": "Due to addition of Naze32PRO to the supported hardware family, Configurator requires USB access to allow firmware flashing via DFU" - }, - "default_request_optional_permissions": { - "message": "Request Optional Permissions" - }, "defaultWelcomeText": { "message": "Welcome to Cleanflight - Configurator, a utility designed to simplify updating, configuring and tuning of your flight controller.

The application supports all hardware that can run cleanflight (SPRacingF3, Vortex, Sparky, DoDo, CC3D/EVO, Air Hero 32, Flip32/+/Deluxe, DragonFly32, CJMCU Microquad, Chebuzz F3, STM32F3Discovery, Hermit, Naze32 Tricopter Frame, Skyline32, Naze/32/Mini/Pro/Blackbox etc)

The firmware source code can be downloaded from here
The newest binary firmware image is available here, development builds available here

Latest CP210x Drivers can be downloaded from here
" }, @@ -379,13 +386,13 @@ "message": "Accelerometer calibration started" }, "initialSetupAccelCalibEnded": { - "message": "Accelerometer calibration finished" + "message": "Accelerometer calibration finished" }, "initialSetupMagCalibStarted": { "message": "Magnetometer calibration started" }, "initialSetupMagCalibEnded": { - "message": "Magnetometer calibration finished" + "message": "Magnetometer calibration finished" }, "initialSetupSettingsRestored": { "message": "Settings restored to default" @@ -627,7 +634,7 @@ "message": "PID Controller" }, "pidTuningLoadedProfile": { - "message": "Loaded Profile: $1" + "message": "Loaded Profile: $1" }, "pidTuningDataRefreshed": { "message": "PID data refreshed" @@ -871,10 +878,10 @@ "message": "3D Fix:" }, "gpsFixTrue": { - "message": "True" + "message": "True" }, "gpsFixFalse": { - "message": "False" + "message": "False" }, "gpsAltitude": { "message": "Altitude:" @@ -922,7 +929,7 @@ }, "cliInfo": { - "message": "Note: Leaving CLI tab or pressing Disconnect will automatically send \"exit\" to the board. With the latest firmware this will make the controller restart and unsaved changes will be lost." + "message": "Note: Leaving CLI tab or pressing Disconnect will automatically send \"exit\" to the board. With the latest firmware this will make the controller restart and unsaved changes will be lost." }, "cliInputPlaceholder": { "message": "Write your command here" diff --git a/tabs/ports.css b/tabs/ports.css index ec15e770..9df2db72 100644 --- a/tabs/ports.css +++ b/tabs/ports.css @@ -90,11 +90,6 @@ table.ports tr:first-child td:last-child { border-top-right-radius: 0px; } } -.tab-ports .note { - padding: 5px; - border: 1px dashed silver; - margin-bottom: 8px; -} .tab-ports .require-support { display:none; } diff --git a/tabs/setup.css b/tabs/setup.css index 46596974..f5824358 100644 --- a/tabs/setup.css +++ b/tabs/setup.css @@ -50,30 +50,10 @@ margin-bottom:10px; .attitude_info dd { width:50%; float:left; +} #interactive_block a.reset { -/* -.tab-setup #interactive_block .attitude { - float: right; - margin: 10px 10px 0px 0px -} - -.tab-setup #interactive_block .attitude dt { - float: left; - width: 64px; - font-weight: 700; - text-align: right -} - -.tab-setup #interactive_block .attitude dd { - display: block; - margin-left: 64px; - width: 64px; - text-align: right -} */ - -.tab-setup #interactive_block a.reset { position: absolute; display: block; top: 10px; diff --git a/tabs/setup.html b/tabs/setup.html index 57a6057c..05d1b68c 100644 --- a/tabs/setup.html +++ b/tabs/setup.html @@ -36,7 +36,7 @@
-
+