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

1587 commits

Author SHA1 Message Date
Bas Delfos
b158ac6f69 Added switch to reverse motor direction 2017-07-27 22:54:35 +02:00
Bas Delfos
4f9e0b4dde Merge pull request #553 from basdelfos/craftname-osd-preview
Display craftname in osd preview & fix 'E' character in Betaflight font
2017-07-27 22:49:46 +02:00
borisbstyle
fc371852b2 Merge pull request #545 from basdelfos/bfc_change_dterm_filter
Added new features and settings for BF 3.2
2017-07-27 09:37:34 +02:00
Michael Keller
af1ee3240a Merge pull request #548 from AndersHoglund/bootloader_max_baudrate
Cleanup and lower the flasher default baud rate to 115200 regardless what OS we are running on.
2017-07-20 18:43:15 +08:00
Dominic Clifton
9fdab6d8a7 CF - Use 1.36.0 as the RunCam split support API version.
Last published CF was 1.35.0
2017-07-19 12:09:58 +03:00
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
Bas Delfos
30ff5a6af9 Changes according review comments 2017-07-18 22:18:29 +02:00
Bas Delfos
03185e743c Remove unnecessary comment 2017-07-16 20:57:58 +02: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
Paul Panserrieu
70b4bca63f fix parameter order 2017-07-11 11:42:47 +02: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
U-DESKTOP-12PPI61\boris.bozic
187759226c Make DSHOT1200 visible and add PROSHOT1000 2017-07-04 13:55:55 +02: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
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
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
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
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
Miguel Angel Mulero Martinez
3b190bacf0 Add MAX DISTANCE stat to OSD 2017-06-13 10:36:34 +02:00
sheaivey
77a8162af2 cleaning up branch. 2017-06-12 23:08:00 -07:00
sheaivey
1228562073 Merge branch 'master' of https://github.com/betaflight/betaflight-configurator 2017-06-12 22:15:28 -07:00
Miguel Angel Mulero Martinez
a8c0b02df3 Add Home Distance to OSD 2017-06-12 18:24:38 +02:00
Michael Keller
6fa9d80dce Merge pull request #520 from McGiverGim/add_home_direction_arrow_to_OSD
Add HOME DIR to OSD
2017-06-12 22:54:38 +12:00
sheaivey
cce9cfa9f9 Replacing “blink on landing” overlay code for new VTX code 2017-06-10 12:17:00 -07:00
Miguel Angel Mulero Martinez
1456cc2ee1 Adjust precision of GPS LAT and LON in the OSD preview 2017-06-09 10:05:38 +02:00
Miguel Angel Mulero Martinez
9d41f3e912 Add HOME DIR to OSD 2017-06-09 09:59:56 +02:00
Miguel Angel Mulero Martinez
2637fdfec6 Adjust OSD element GPS LAT and LON preview 2017-06-08 10:36:29 +02:00
Rodrigo Pérez
9e952debdf Don't hide osd preview when scrolling 2017-06-07 06:22:33 -04:00
Dan Nixon
9f9b79e0e3 Add back the OSD disarmed element 2017-05-23 16:54:32 +01:00
Dan Nixon
75a16aae17 Allow toggling OSD stats 2017-05-23 12:53:28 +01:00
Dan Nixon
a5c4afa8a2 Add BFOSD element for armed time 2017-05-22 13:17:23 +01:00
skaman82
6d17f8b04a Some Styling fixes
• CLI Tab: proper styling for the new save button
• Config Tab: fixed distances and some minor things
• Ports Tab: fixed table padding
2017-05-17 15:21:34 +02:00
Chris Charles
df556ad1bd cli output save button 2017-05-16 08:11:32 +01:00
Michael Keller
cc900dda31 Merge pull request #502 from Mistale/make-src-paths-relative
Make absolute path in osd tab (implicitly absolute) relative
2017-05-10 09:10:11 +12:00
Anders G
61a7381d71 Add draggable attribute to draggable div's in osd tab, and fix data-type mismatch when setting / retrieving data.
Most mobile shims for drag-and-drop assumes that you're either dragging an img-tag or an element with the draggable attribute. When not specified, the event-target will be the nested img instead of the div.

On mobile platforms (atleast iOS), no data is returned when dropping an element if getData() and setData() uses different types.
2017-05-09 18:42:14 +02:00
Anders G
3d6c677adb Make absolute path in osd tab (implicitly absolute) relative, to make base-tag work.
This change is needed in repos that use this repo as a submodule, and thereby have other base urls.
All instances of $.load() already have relative paths.
2017-05-09 18:22:18 +02:00
Rodrigo Pérez
52ae219449 Typo 2017-05-08 10:36:06 -03:00
Rodrigo Pérez
ec1e1a87cb Change VTX_CHANNEL preview and added missing elements to OSD Tab
* Change VTX_CHANNEL preview
* Add DEBUG
* ADD GPS Lon/Lat
2017-05-08 10:03:16 -03:00