1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 07:45:19 +03:00
Commit graph

3027 commits

Author SHA1 Message Date
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
Bas Delfos
87a473c2e3 Review changes 2017-05-04 20:43:33 +02:00
Bas Delfos
6d4dc42800 Added OSD configuration for Main Battery Usage progressbar 2017-05-02 21:41:00 +02:00
Michael Keller
a1b21178f0 Merge pull request #487 from DanNixon/osd_pitch_roll_angles
Add pitch and roll angles to BFOSD
2017-04-30 22:22:19 +12:00
Dan Nixon
7c4aa831ce Add pitch and roll angles to BFOSD 2017-04-26 13:40:32 +01:00
Michael Keller
e64bf8a9db Merge pull request #485 from theseankelly/fix_target_custom
Gating TARGET_CUSTOM SerialRx support on MSP Version
2017-04-24 13:19:50 +12:00
Sean Kelly
3fe19b709e Changing the wrap around the TARGET_CUSTOM SerialRx protocol to be based
on MSP Version and not FC version
2017-04-23 13:06:24 -07:00
Sean Kelly
6ce9dc7773 BF/CF - Adding TARGET_CUSTOM SerialRx protocol option. (#484)
Allows configurator to choose to use custom target-defined serialRx
protocols. Requires target support
2017-04-23 07:53:37 -07:00
Michael Keller
87b3aa0da7 Merge pull request #483 from AndersHoglund/srxl
Clarify Spektrum SRXL menu entry.
2017-04-21 22:50:11 +12:00
Michael Keller
c964cea57f Merge pull request #479 from mikeller/fix_gps_altitude_display
Fixed scaling for GPS altitude value display.
2017-04-21 22:48:43 +12:00
Anders Hoglund
c359ae007b Clarify Spektrum SRXL menu entry. 2017-04-16 18:02:51 +02:00
Michael Keller
6eb0c5689f Fixed scaling for GPS altitude value display. 2017-04-06 10:53:25 +12:00
Michael Keller
2996682c0a Merge pull request #474 from mikeller/removed_blackbox_sdcard_features
Removed 'BLACKBOX' and 'SDCARD' features.
2017-03-29 00:54:05 +13:00
Michael Keller
94e92d6b62 Merge pull request #475 from toastedcornflakes/horizon-strength-adjustment
Add horizon strength adjustement
2017-03-28 14:41:10 +13:00
mikeller
5753602657 Hide logging rate selection when logging is disabled. 2017-03-28 01:14:19 +13:00
toastedcornflakes
86a38d175d Add horizon strength adjustment from d4005e0 2017-03-26 17:28:54 +02:00
mikeller
eab725ea59 Removed 'BLACKBOX' and 'SDCARD' features. 2017-03-27 01:22:39 +13:00
Michael Keller
d2751c53db Merge pull request #473 from rafl/rafl/osd-average-cell-voltage
Add average cell voltage item to OSD tab
2017-03-22 23:36:10 +13:00
Michael Keller
41e98c1a12 Merge pull request #469 from mikeller/fix_current_meter
Fixed current meter configuration for older versions.
2017-03-22 23:35:38 +13:00
Michael Keller
fbb2fc1ecd Merge pull request #471 from mikeller/fix_unsynched_checkbox
Fixed hiding of unsynched checkbox / field.
2017-03-20 00:24:40 +13:00
Florian Ragwitz
330a64b6a8 Add average cell voltage item to OSD tab 2017-03-18 22:37:57 -07:00
Michael Keller
168a987249 Fixed hiding of unsynched checkbox / field. 2017-03-17 12:58:53 +13:00
Michael Keller
f14be04f5f Fixed current meter configuration for older versions. 2017-03-14 13:57:59 +13:00
Michael Keller
8dcf308a89 Merge pull request #464 from mikeller/fix_motors_tab_graph_reset
Fixed graph reset button on motors tab.
2017-03-10 15:47:20 +13:00
Michael Keller
9abe674da1 Fixed graph reset button on motors tab. 2017-03-10 15:28:27 +13:00
U-DESKTOP-12PPI61\boris.bozic
1c704a885e Version fw consistency with FC fw 2017-03-09 23:14:18 +01:00
U-DESKTOP-12PPI61\boris.bozic
08e47e57c4 Bump version / changelog 2017-03-09 11:37:00 +01:00
borisbstyle
e2b026112e Merge pull request #457 from keyser84/paypal_donate_locale
Use locale US in PayPal donation link
2017-03-03 01:54:10 +01:00
borisbstyle
8adc26b350 Merge pull request #460 from mikeller/fixed_backup_restore
Fixed backup / restore, unified file name generation.
2017-03-03 01:52:23 +01:00
Michael Keller
0926f64f3b Fixed backup / restore, unified file name generation. 2017-03-03 13:35:24 +13:00
Michael Keller
954d33a8ef Merge pull request #459 from keyser84/fix_backup_suggested_filename
Replace invalid filesystem characters in suggested backup filename
2017-03-03 12:54:41 +13:00
keyser84
b8b5ee95fc Change extension to json 2017-03-02 22:33:17 +00:00
keyser84
db46d752d4 Replace invalid filesystem characters 2017-03-02 22:31:39 +00:00
keyser84
86dbaffc2e Use locale US in PayPal donation link 2017-03-02 20:59:22 +00:00
Michael Keller
8d43a605d9 Merge pull request #454 from mikeller/change_motor_tab_graph_to_gyro
Replaced accelerometer graph on motors tab with gyroscope graph.
2017-02-27 15:07:52 +13:00
mikeller
4a309c72de Replaced accelerometer graph on motors tab with gyroscope graph. 2017-02-24 16:10:25 +13:00