Commit Graph

3112 Commits (f7567ffcbf59d6ffa9e39b4736c97acf95aa9900)

Author SHA1 Message Date
Albert Kravcov 36df27f5bc Merge pull request #498 from TheAngularity/patch-3
fixed spaces between boxes
2017-05-07 22:19:36 +02:00
TheAngularity c054bdd061 fixed spaces between boxes
brings back normal spaces between two boxes on firmware flasher tab, power tab, sensors tab and blackbox tab
2017-05-07 17:53:09 +02:00
Sean Kelly f4293f5420 Removing duplicate TARGET_CUSTOM entry in serialRx configuration 2017-05-07 07:48:15 -07:00
TheAngularity 924d6d9ed6 fixed floating scrollbar on blackbox tab
if the configurator is minimized the right scrollbar is floating in the air
2017-05-07 09:39:52 +02:00
mikeller 2ab7deace4 Fixed API version number in battery tab error message, added Betaflight release version number. 2017-05-07 15:01:36 +12:00
Michael Keller 09713b954b Merge pull request #488 from mikeller/updates_for_api_1.33_from_cleanflight
Updates for api 1.33 from cleanflight
2017-05-07 09:54:28 +12:00
TheAngularity 20cb7bea8b fixed update request
removed empty voltage and amperage box ... same bug fixed in bf configurator https://cloud.githubusercontent.com/assets/20139767/25701932/dffd5c9c-30ce-11e7-97ca-1af541bbd9fb.jpg
2017-05-05 16:01:34 +12:00
mikeller b729ffaf68 Fixes for merge from cleanflight. 2017-05-05 16:01:34 +12:00
Sean Kelly 457700f052 Changing the wrap around the TARGET_CUSTOM SerialRx protocol to be based
on MSP Version and not FC version
2017-05-05 16:01:34 +12:00
Sean Kelly 6119acf617 BF/CF - Adding TARGET_CUSTOM SerialRx protocol option. (#484)
Allows configurator to choose to use custom target-defined serialRx
protocols. Requires target support
2017-05-05 16:01:34 +12:00
Hydra fb3557897e CF/BF - Add font-awesome. 2017-05-05 16:01:34 +12:00
Hydra 1b359c53b6 CF/BF - Add a line break to the modal dialog firmware related messages. 2017-05-05 16:01:34 +12:00
Hydra 2fecfb0b65 CF/BF - Cleanup ports tab.
Handes wrapping on narrow screens better.
2017-05-05 16:01:34 +12:00
Hydra 831d087aaa CF/BF - Remove console log regarding MSP_DISPLAYPORT. 2017-05-05 16:01:34 +12:00
Hydra fb64fa0d61 CF/BF - Prevent exceptions that result in a white content panel occuring
when unplugging USB cable while in CLI mode.

Note: Various different exception scenarious were encountered in testing, the main solution seemed to be not trying to send when disconnected (!).  Other state  related issues were found along the way.
2017-05-05 16:01:34 +12:00
Dominic Clifton 9bf9132772 Merge pull request #475 from TheAngularity/patch-2
rearrange power-tab
2017-05-05 16:01:34 +12:00
Dominic Clifton a1abd85bf7 Merge pull request #474 from TheAngularity/patch-1
fixed save button in power-tab
2017-05-05 16:01:34 +12:00
mikeller d011599450 Fixes to make cleanflight-configurator code work in betaflight-configurator. 2017-05-05 16:01:34 +12:00
Miguel 445b9931bb Change the extension of blackbox saved files to BBL and add as prefix
the flight controller identifier.
2017-05-05 16:01:34 +12:00
error414 780451cd38 add presistent state, fix code style 2017-05-05 16:01:34 +12:00
error414 59e9f59887 rebase and fix
reference to https://github.com/cleanflight/cleanflight-configurator/pull/445
2017-05-05 16:01:34 +12:00
Hydra a4da6240a1 CF/BF - Disable ESC Sensor and virtual current meter sources for OSD
Slave boards.
2017-05-05 16:01:34 +12:00
Hydra bf0fcb5643 CF/BF - improve readability by reformating the structures. 2017-05-05 16:01:34 +12:00
Hydra 2618d6dafc CF/BF - Prepare for updated OSD Slave boards.
* Replaces Setup tab with Setup OSD tab for OSD Slave  boards - ported
from CF v1.x.
* Disables CLI tab for OSD Slave boards - due to
https://github.com/cleanflight/cleanflight/pull/2710
*
2017-05-05 16:01:34 +12:00
Hydra 6ada059231 CF/BF - Fix failure to reconnect when disconnect occurs with the CLI tab
open.
2017-05-05 16:01:34 +12:00
Hydra 0520f0d473 CF/BF - Update for API v0.35.0 - OSD SLAVE. 2017-05-05 16:01:34 +12:00
Hydra 158b36cd9c CF/BF - Add support for updated MSP_GPS_CONFIG in API v1.34.0 2017-05-05 16:01:34 +12:00
Hydra 248f2ec727 CF/BF - Update OSD examples to match latest firmware. 2017-05-05 16:01:33 +12:00
Hydra b4f3452ad4 CF/BF - add more translations for ESC voltage/current meters. 2017-05-05 16:00:38 +12:00
Hydra 971a7c44ab CF/BF - Bump API version for power and battery tab to be 1.33.0. 2017-05-05 16:00:38 +12:00
Hydra b9691f0dbd CF/BF - Limit support to CF v2.0.0 onwards and BF v3.0.0 onwards ONLY. 2017-05-05 16:00:38 +12:00
Hydra 2241f33ca2 CF/BF - Reinstate support for MSP_MISC and some older versions of
betaflight.  Also fix missing save of GPS and Compass configuration.
2017-05-05 16:00:38 +12:00
Hydra 5ab9d07ff7 CF/BF - ensure battery config is checked on connect so the battery
bargraph can be calculated.
2017-05-05 16:00:38 +12:00
Michael Keller a7703a995d CF/BF - delete old unused commented out code. 2017-05-05 16:00:38 +12:00
Hydra 1a87198bba CF/BF - Allow mixer to be changed - due to removal of MSP_MISC. 2017-05-05 16:00:38 +12:00
Hydra 159673533b CF/BF - Delete the old battery/current/voltage settings from the
configuration tab.
2017-05-05 16:00:38 +12:00
Hydra 1752c5d39d CF/BF - Initial port of power/battery tab from CF 1.x.
The voltage and amperage meters cannot yet be configured and are
disabled.
2017-05-05 16:00:38 +12:00
Hydra 43f1468451 CF/BF - Add VTX to features list. 2017-05-05 16:00:38 +12:00
Hydra 8c03de88c0 CF/BF - Support configuration of iLAP transponder code.
More work is required to support ARCITIMER.
2017-05-05 16:00:38 +12:00
Hydra 19f320e2f6 CF/BF - fix blackbox logging to use the right device numbers. 2017-05-05 16:00:38 +12:00
Hydra 5f0149d161 CF/BF - Delete unused angleAtMin/Max from configurator to match API
1.33.0
2017-05-05 16:00:38 +12:00
Hydra 49100d29bd CF/BF - Update configurator for API 1.33.0. 2017-05-05 16:00:38 +12:00
Michael Keller 57b9c58a22 Fixed backup / restore, unified file name generation. 2017-05-05 16:00:38 +12:00
keyser84 c09416de51 Replace invalid filesystem characters 2017-05-05 16:00:38 +12:00
mikeller ff6b3e49be Replaced accelerometer graph on motors tab with gyroscope graph. 2017-05-05 16:00:38 +12:00
Hydra fc4af38fbd typo fixes for 305f827654057618858e10f48a0473fd50d748ca 2017-05-05 16:00:38 +12:00
Hydra b4936958f8 CF/BF - fix some usages of flightControllerVersion which should have
used MSP API version.

FYI:

3.1.0 = api 1.31 -
https://github.com/betaflight/betaflight/blob/v3.1.6/src/main/msp/msp_protocol.h
3.0.1 = api 1.21 -
https://github.com/betaflight/betaflight/blob/v3.0.1/src/main/io/msp_protocol.h
3.0.0 = api 1.20 -
https://github.com/betaflight/betaflight/blob/v3.0.0/src/main/io/msp_protocol.h
2.9.1 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.9.1/src/main/io/serial_msp.h
2.8.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v.2.8.0/src/main/io/serial_msp.h
2.4.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.4.0/src/main/io/serial_msp.h
2017-05-05 16:00:38 +12:00
Michael Keller 6fb4a089e5 Merge pull request #491 from bilson/master
Disable "Upload Font" button when uploading.
2017-05-05 15:18:45 +12:00
Rodrigo Pérez 8c2a325340 Disable "Upload Font" button when uploading. 2017-05-04 19:42:24 -03:00
Michael Keller 8a5ed307dd Merge pull request #489 from basdelfos/main_battery_usage_bar
Added OSD configuration for Main Battery Usage progressbar
2017-05-05 09:12:13 +12:00