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

3999 commits

Author SHA1 Message Date
Ghostface
2921e1c7ee rename runcam device to camera device (Runcam protocl) to make non exclusive support for other cameras clear.
align smartaudio and tramp labels to include vtx and protocol in parentheses.
2019-03-10 22:40:18 +01:00
Ghostface
794bad5803 Revert "Rename runcam device option to include caddx"
This reverts commit 328062faa6.
2019-03-10 22:37:33 +01:00
Ghostface
328062faa6 Rename runcam device option to include caddx
Caddx updated their firmware to support runcams protocol.
Changing the option will make it more clear to the enduser what to select.
2019-02-17 23:38:10 +01:00
Michael Keller
0deb83a370
Merge pull request #1296 from mikeller/add_vcp_detection
Added auto-detection of VCP targets. Also added re-connecting after reboot for VCP targets.
2019-02-14 20:47:25 +13:00
Michael Keller
afc6524e56
Merge pull request #1295 from mikeller/remove_32k_gyro_support
Removed support for 32 kHz gyro mode.
2019-02-14 19:51:03 +13:00
Michael Keller
31f64997ec
Merge pull request #1294 from mikeller/fix_new_metrics
Fixed new metrics reporting.
2019-02-13 22:05:29 +13:00
mikeller
1530bed5b6 Added auto-detection of VCP targets. Also added re-connecting after reboot for VCP targets. 2019-02-13 21:29:25 +13:00
mikeller
3144767f47 Added note. 2019-02-13 02:26:10 +13:00
mikeller
cc31ceb896 Removed support for 32 kHz gyro mode. 2019-02-12 22:59:22 +13:00
mikeller
5ee2a954b9 Fixed new metrics reporting. 2019-02-12 22:27:35 +13:00
Michael Keller
c30c2142b1
Merge pull request #1289 from mikeller/add_dataflash_save_deprecation
Added deprecation warning for dataflash saving.
2019-02-12 19:39:38 +13:00
mikeller
d86bb0d41e Changed it to use a tooltip. God I hate CSS. 2019-02-12 00:48:12 +13:00
Michael Keller
37f384ab55
Merge pull request #1290 from mikeller/update_packages
Update dependencies to latest working versions.
2019-02-11 22:17:39 +13:00
Michael Keller
e6204c7339
Merge pull request #1291 from mikeller/add_more_analytics
Added analytics for board type, MCU id, configurator build type. Also improved status display.
2019-02-11 22:17:21 +13:00
Michael Keller
feaaf0d61a
Merge pull request #1292 from mikeller/fix_temperature_symbols
Fixed incorrect temperature symbols.
2019-02-11 22:17:01 +13:00
mikeller
7f04f36746 Fixed incorrect temperature symbols. 2019-02-10 19:12:26 +13:00
mikeller
c690eadcbd Added analytics for board type, MCU id, configurator build type. Also improved status display. 2019-02-10 17:21:01 +13:00
mikeller
ba04d26ade Update dependencies to latest working versions. 2019-02-10 12:49:50 +13:00
mikeller
a2c2b82806 Added deprecation warning for dataflash saving. 2019-02-10 12:19:21 +13:00
Michael Keller
ac003d1405
Merge pull request #1288 from drnic/default-latest-firmware
once hardware selected, default to/encourage latest firmware
2019-02-09 11:55:35 +13:00
Dr Nic Williams
39fc46e8b0 once hardware selected, default to/encourage latest firmware 2019-02-08 07:13:39 +10:00
Michael Keller
43bb0e42b5
Merge pull request #1286 from McGiverGim/add_osd_profiles
Add osd profiles
2019-02-06 09:47:35 +13:00
Miguel Angel Mulero Martinez
545c9ad786 Add OSD profiles configuration 2019-02-05 10:34:32 +01:00
Michael Keller
38e131e9df
Merge pull request #1215 from smoriarty21/pilot_name
Pilot Name
2019-02-02 22:57:47 +13:00
Sean M
ab83c79315 Add display name to config, backup/restore and OSD 2019-02-01 01:36:51 +13:00
Michael Keller
d502e69bb2
Merge pull request #1285 from mikeller/update_fonts_for_stick_overlays
Added OSD preview for stick overlays, added custom symbols for stick overlays to fonts.
2019-01-28 20:17:26 +13:00
Michael Keller
e235fd50e4
Merge pull request #1284 from mikeller/fix_font_preview
Fixed OSD font preview dialog breaking when opening multiple times.
2019-01-28 20:16:26 +13:00
mikeller
5f984ad382 Added OSD preview elements for stick overlays. 2019-01-27 14:39:00 +13:00
mikeller
5ce8b0948b Added custom characters for stick overlays to fonts. 2019-01-27 13:46:11 +13:00
mikeller
505ac5641b Fixed OSD font preview dialog breaking when opening multiple times. 2019-01-27 13:32:54 +13:00
Michael Keller
4c5dfe7f8e
Merge pull request #1275 from McGiverGim/disarm_flags_text
Arming disabled flags into text
2019-01-25 09:23:28 +13:00
Michael Keller
7843de252c
Merge pull request #1283 from etracer65/add_osd_profile_adjustment
Add support for OSD Profile and LED Profile in-flight adjustments
2019-01-24 19:07:09 +13:00
Miguel Angel Mulero Martinez
2c04c3350b Arming disabled flags into text 2019-01-23 16:06:53 +01:00
Michael Keller
1e12f42182
Merge pull request #1282 from mikeller/improve_unknown_osd_element
Make 'UNKNOWN' elements positionable everywhere irrespective of the element's 'preview' length.
2019-01-24 01:46:13 +13:00
Michael Keller
e7f6269871
Merge pull request #1280 from McGiverGim/add_unknown_osd_warning
Add unknown OSD warnings
2019-01-24 01:44:58 +13:00
Bruce Luckcuck
c0c81e5d37 Add support for OSD Profile and LED Profile in-flight adjustments 2019-01-22 19:07:32 -05:00
mikeller
61b6123891 Make 'UNKNOWN' elements positionable everywhere irrespective of the
element's 'preview' length.
2019-01-23 00:16:23 +13:00
Miguel Angel Mulero Martinez
f1b6ec1111 Add unknown OSD warnings 2019-01-21 12:01:14 +01:00
Michael Keller
c76fdaed69
Merge pull request #1273 from McGiverGim/fix_layout_pid
Fix layout of PID tab
2019-01-21 18:53:10 +13:00
Michael Keller
33438ea740
Merge pull request #1274 from McGiverGim/add_beeper_rc_smoothing
Add beeper RC SMOOTHING INIT FAIL
2019-01-21 18:52:45 +13:00
Michael Keller
77295c6ba6
Merge pull request #1278 from etracer65/osd_warnings_uint32
Add support for 32bit OSD warnings bitmask; add missing warnings elements
2019-01-21 18:52:13 +13:00
Bruce Luckcuck
0c34272e52 Add support for 32bit OSD warnings bitmask; add missing warnings elements
Adds support for 32 warnings instead of just 16.

Adds a warnings count to MSP to support future improvements to handle unknown warnings better.

Added missing warnings where support was added to the firmware but not in the configurator.
2019-01-17 20:24:49 -05:00
Miguel Angel Mulero Martinez
097b88bf90 Add beeper RC SMOOTHING INIT FAIL 2019-01-15 15:24:26 +01:00
Miguel Angel Mulero Martinez
712734c2b4 Fix layout of PID tab 2019-01-15 12:35:27 +01:00
Michael Keller
c1a188f31d
Merge pull request #1271 from etracer65/msc_reboot_device_check
Check selected blackbox device before allowing mass storage reboot
2019-01-15 00:16:56 +13:00
Bruce Luckcuck
e85a91027b Check selected blackbox device before allowing mass storage reboot
This is the Configurator side check to go along with the firmware CLI check before rebooting into mass storage mode.
2019-01-12 19:25:51 -05:00
Michael Keller
52732511ac
Merge pull request #1269 from etracer65/rxfail_set_for_all_channels
Allow "set" option on all channels for stage 1 failsafe (rxfail)
2019-01-12 17:47:30 +13:00
Bruce Luckcuck
701c1ffae6 Allow "set" option on all channels for stage 1 failsafe (rxfail) 2019-01-10 17:41:03 -05:00
Michael Keller
d3a96a7f1f
Merge pull request #1268 from phobos-/rx-spi-protocols
Added recent SPI RX protocols to dropdown menu
2019-01-11 09:13:59 +13:00
phobos
332359cc7b Added recent SPI RX protocols to dropdown menu 2019-01-09 18:06:35 +01:00