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

3310 commits

Author SHA1 Message Date
azol
808b42b41b Add runcam split support, the user can setup runcam split control with mixer in remote control
1. Remove the RunCam split tab
2. Remove the apiVersion check for runcam split control

1. Remove four "rcsplit" msp message codes that are no longer needed
2. Add the name-covert logic for runcam split. When users choose the runcam split as a peripheral, in the Modes tab, the boxes:CAMERA1, CAMERA2, CAMERA3 will rename to CAMERA WI-FI, CAMERA POWER, CAMERA CHANGE MODE.

fix the wrong comments  in adjustRunCamSplitBoxNameWithModeID()

remove the codes and resources that are no longer needed.

cleanup up the codes.

Cleanup

Cleanup

Fix the box name error(POWERE - > POWER)

remove the variables for runcam split that no longer needed.

Add runcam split support, the user can setup runcam split control with mixer in remote control

1. Remove the RunCam split tab
2. Remove the apiVersion check for runcam split control

1. Remove four "rcsplit" msp message codes that are no longer needed
2. Add the name-covert logic for runcam split. When users choose the runcam split as a peripheral, in the Modes tab, the boxes:CAMERA1, CAMERA2, CAMERA3 will rename to CAMERA WI-FI, CAMERA POWER, CAMERA CHANGE MODE.

fix the wrong comments  in adjustRunCamSplitBoxNameWithModeID()

remove the codes and resources that are no longer needed.

cleanup up the codes.

Cleanup

Cleanup

Fix the box name error(POWERE - > POWER)

remove the variables for runcam split that no longer needed.

add apiVersion check for runcam split support(show runcam split peripheral option in Ports tab)

Use 1.3.7 of apiVersion to check whether the runcam split supported
2017-07-19 12:09:45 +03:00
Dan Nixon
7ef78dbcd6 Remove failsafe stage 2 toggle option 2017-07-19 10:00:36 +01:00
Michael Keller
e67dbc0971 Merge pull request #547 from basdelfos/battery-tab
Finishing Power & Battery tab
2017-07-19 08:51:59 +08:00
Bas Delfos
30ff5a6af9 Changes according review comments 2017-07-18 22:18:29 +02:00
fbohmann
31318587c1 added "reversed" label as per request 2017-07-18 14:35:10 +02:00
fbohmann
171071d100 added reverse motor order images 2017-07-17 17:00:33 +02:00
Bas Delfos
03185e743c Remove unnecessary comment 2017-07-16 20:57:58 +02:00
Bas Delfos
ed4220ad08 Fix 'E' character in Betaflight font 2017-07-16 14:36:46 +02:00
DieHertz
ac0049db19 Extracted the Huffman tree used by default into a separate file 2017-07-16 10:33:11 +03:00
DieHertz
fb52e3a66d Transferred huffmanDecodeBuf from inav#1253 2017-07-16 00:48:48 +03:00
Anders Hoglund
6494766d42 Cleanup and lower the bootloader default baud rate to 115200 regardless what OS we are running on. 2017-07-15 21:34:06 +02:00
Bas Delfos
5b16361f3b Display craftname in OSD preview 2017-07-15 14:48:16 +02:00
Bas Delfos
3ee2884d62 Finishing Power & Battery tab 2017-07-15 08:26:15 +02:00
Bas Delfos
830155a473 Added switches to enable/disable anti-gravity and dynamic filter to Configuration tab
Added inputs for changing anti-gravity settings to PID Tuning tab
2017-07-12 13:52:59 +02:00
Bas Delfos
bc86e8bc18 Added selection of dterm lowpass filter type 2017-07-12 11:36:25 +02:00
Michael Keller
667c4d5af3 Merge pull request #544 from peutetre/master
fix parameter order
2017-07-11 22:02:31 +12:00
Paul Panserrieu
70b4bca63f fix parameter order 2017-07-11 11:42:47 +02:00
Michael Keller
920886fce9 Merge pull request #543 from DanNixon/update_osd_warning_tooltip
Update the OSD warning element tooltip
2017-07-09 23:12:25 +12:00
Dan Nixon
29b829daad Update tooltip text to reflect arming condition alert
Also clarify what the visual beeper would look like
2017-07-09 09:44:18 +00:00
Michael Keller
19c2e98f88 Merge pull request #534 from DanNixon/generic_osd_timers
Generic OSD timers (plus high precision timer)
2017-07-08 10:21:22 +12:00
Michael Keller
a8baaef858 Merge pull request #538 from betaflight/dshot1200_proshot1000
Make DSHOT1200 visible and add PROSHOT1000
2017-07-05 00:33:23 +12:00
U-DESKTOP-12PPI61\boris.bozic
187759226c Make DSHOT1200 visible and add PROSHOT1000 2017-07-04 13:55:55 +02:00
Michael Keller
e4a1492dd1 Merge pull request #537 from jflyper/bfcdev-add-boader-to-transponder-selectbox
Add border for select box in transponder tab
2017-07-02 14:34:18 +12:00
jflyper
dd0794698f Added border for select boxes 2017-07-02 11:19:41 +09:00
Dominic Clifton
34cd92dae0 Merge pull request #479 from SSPW/erlt-provider
Added support for ERLT Transponder provider
2017-07-02 12:19:34 +12:00
Michael Keller
8122c7df23 Merge pull request #533 from jflyper/bfcdev-MSP_STATUS_EX-handle-extended-sensor-bits
Handle extended sensor bits (gyro) in MSP_STATU_EX
2017-07-02 12:07:13 +12:00
jflyper
8efbd9bc92 Rely on apiVersion for gyro bit detection 2017-06-30 22:28:55 +09:00
Dan Nixon
b8a3e4c8c9 Tidy some formatting in OSD config tab 2017-06-30 13:21:58 +01:00
Dan Nixon
829b0b468a Added new timer elements and stats
Adds array length checking on configurator side

(old timers on stats can simply be replaced as the MSP API version has
ot changed since they were first added)
2017-06-30 13:21:52 +01:00
jflyper
2c4a97aee2 Handle extended sensor bits in MSP_STATU_EX
Per betaflight/#3391

In detected sensor field (16-bits), lower 5-bits (bits 0-4) represents
traditional sensors (ACC, BARO, MAG, GPS and SONAR).

Bit 5 is an extension bit, and if present, bit 6 indicates gyro
detection status.
2017-06-30 15:19:33 +09:00
Michael Keller
736c6c293c Updated instructions on how to install from GitHub (thanks to Eric). 2017-06-27 17:58:53 +12:00
Michael Keller
7cad1f2112 Merge pull request #532 from AndersHoglund/bump_dev_version
Bump version so it differs from the release version.
2017-06-27 02:04:36 +12:00
Anders Hoglund
36acb97af8 Bump version so it differs from the release version. 2017-06-26 15:22:13 +02:00
Michael Keller
5b0343bf4d Merge pull request #531 from DanNixon/osd_bb_log_no
Bring the configurator OSD config up to date with firmware
2017-06-26 08:35:42 +12:00
Dan Nixon
157e6bb68c Bring the configurator up to dat with firmware OSD features
Add:
- blackbox numer stat
- ESC temperature element
- ESC RPM element
- missing tooltip descriptions
2017-06-25 16:22:24 +01:00
Dominic Clifton
25a0db0f6c Merge pull request #490 from cleanflight/led-strip-vtx-mode
Led strip vtx mode
2017-06-19 23:34:43 +12:00
borisbstyle
e1045ab334 Merge pull request #528 from mikeller/added_osd_visual_beeper
Added OSD visual beeper support.
2017-06-19 09:19:10 +02:00
Dominic Clifton
e543f871d3 Merge pull request #485 from Garogat/master
GPS map fixed using webview instead of sandbox
2017-06-19 09:05:20 +12:00
mikeller
78f0e11d88 Added OSD visual beeper support. 2017-06-18 19:51:41 +12:00
Michael Keller
41d02fee76 Merge pull request #527 from McGiverGim/bf-compass_bar_OSD
Add compass bar to OSD
2017-06-15 02:41:25 +12:00
Miguel Angel Mulero Martinez
3d197b996e Add compass bar to OSD 2017-06-14 09:49:56 +02:00
Michael Keller
bc49247c8e Merge pull request #512 from DanNixon/osd_tab_tooltips
Add tooltips for OSD elements and statistics
2017-06-14 12:53:37 +12:00
Michael Keller
cb3bd0186f Merge pull request #526 from fbohmann/tooltip-fix
pid profile tooltip fix
2017-06-14 12:49:27 +12:00
Michael Keller
fa353f7e2c Merge pull request #524 from DanNixon/new_osd_elements
Heading and vario OSD elements
2017-06-14 12:48:45 +12:00
Dan Nixon
2efa4755d3 Improve styleing of stat selection
Style the stat selection the smae as element selection.

This imporves looks and makes sure tooltips appear in the correct place
(for first in list).
2017-06-13 14:39:13 +01:00
Dan Nixon
beecf9868c Add tooltips for OSD elements and ststistics 2017-06-13 14:39:13 +01:00
Dan Nixon
1842e96061 Add numerical heading and vario OSD elements 2017-06-13 12:41:23 +01:00
Michael Keller
7ef4334dfa Merge pull request #525 from McGiverGim/bf-add_max_distance_stat_to_OSD
Add MAX DISTANCE stat to OSD
2017-06-13 23:31:32 +12:00
fbohmann
16574f7197 pid profile tooltip fixed 2017-06-13 13:02:38 +02:00
Miguel Angel Mulero Martinez
3b190bacf0 Add MAX DISTANCE stat to OSD 2017-06-13 10:36:34 +02:00