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

1685 commits

Author SHA1 Message Date
mikeller
f68a96d1de Added new OSD elements for RTC time and adjustment range. 2017-11-12 10:38:05 +13:00
Michael Keller
906f6ac4bc
Merge pull request #713 from mikeller/fix_slider_enable_motors_tab
Fixed sliders being disabled when re-entering the motors tab with motors running.
2017-11-07 17:56:27 +13:00
Harpalyke
76c170882d When the text fields for RC deadband and yaw deadband are changed in the UI the change is not written back to the object as the 'this' keyword refers to the UI element instead of the TABS.reciever object, updating them to use a reference to the tab object.
Also, renaming the 'self' reference to 'tab' as it seems that after the tab UI is initalised the self var is overwritten with a reference to the $(window) object. Naming the varible 'tab' seems to fix this conflict.
2017-11-06 21:12:34 +00:00
mikeller
0744bb5928 Fixed sliders being disabled when re-entering the motors tab with motors running. 2017-11-07 00:46:29 +13:00
Michael Keller
01c0aaac0f
Merge pull request #696 from sebsx/add-native-apps-via-nwjs
Add native apps build via nwjs
2017-11-05 07:13:55 +13:00
Harpalyke
d924423ff4 undoing the check on the warnings array and instead checking the api version for 1.37 2017-11-04 09:56:05 +00:00
sebastianp
805ec6063a Added Windows and Mac icons files
Build native Mac and Windows apps. Shamelessly stolen from iNAV, thanks!

NW.js requires us to disable pointer events on the inline images,
otherwise the drag/drop events are generated for the images rather
than for the html elements representing OSD items.
2017-11-04 18:27:33 +11:00
Harpalyke
d10a161349 Check if length of OSD.data.warnings matches that of the constants. OSD.data.warnings is empty when using a 3.2.2 firmware. 2017-11-03 22:00:09 +00:00
Steffen Windoffer
8b7551272b only show smallangle on newer releases 2017-11-02 15:37:32 +01:00
Michael Keller
0528d03396
Merge pull request #702 from mikeller/add_spracingf3osd_support
Add support for the SPRACINGF3OSD current sensor (over MSP)
2017-10-30 00:56:29 +13:00
Dan Nixon
4fcc9b3c1a Add tooltips to section headers in OSD tab 2017-10-29 11:22:00 +00:00
Dan Nixon
b4924d4b1a Add OSD warnings configuration 2017-10-29 11:21:54 +00:00
Hydra
25ed1743d6 CF/BF - Support MSP/OSD Slave current sensor. 2017-10-29 16:34:08 +13:00
Hydra
400ccf8752 CF/BF - Disable ESC Sensor and virtual current meter sources for OSD Slave boards. 2017-10-29 16:11:21 +13:00
Miguel Angel Mulero Martinez
71d05b696a Fix the GPS image in OSD to use two symbols 2017-10-26 10:07:03 +02:00
Miguel Angel Mulero Martinez
a85ddc3587 Adjust OSD preview for speed and throttle
Adjust the preview for this elements, as shown in the firmware
2017-10-24 08:57:39 +02:00
Volodymyr Moskalyk
9af15b5f39 Auto recognize AUX channel in Modes tab
Auto recognize AUX channel in Modes tab

Auto recognize AUX channel in Modes tab

Auto recognize AUX channel in Modes tab

Auto recognize AUX channel in Modes tab
2017-10-23 12:29:45 +02:00
azol
1b22a924a3 Change 'RunCam Split' to 'RunCam Device' 2017-10-19 17:23:52 +08:00
Michael Keller
7bb293e447 Merge pull request #691 from mosvov/switch-all-checkbox-default-value
Set Switch all checkbox defaults based on the majority of the switches
2017-10-16 18:07:58 +13:00
Michael Keller
0b3315d196 Merge pull request #685 from mosvov/hide-motor-pwm-for-dshot
Hide Motor PWM Speed Separated from PID Speed when DSHOT selected
2017-10-16 07:57:51 +13:00
Volodymyr Moskalyk
09912c9970 Set Switch all checkbox defaults based on the majority of the switches 2017-10-15 16:20:27 +02:00
Volodymyr Moskalyk
819c4c8a98 Hide Motor PWM Speed Separated from PID Speed when DSHOT selected 2017-10-15 15:55:31 +02:00
Michael Keller
975ef1e4da Merge pull request #686 from mosvov/osd-switch-all-elements
Enable/Disable all button for OSD screen
2017-10-15 23:06:13 +13:00
Volodymyr Moskalyk
79d5c1a0d0 Enable/Disable all button for OSD screen 2017-10-15 11:12:26 +02:00
Volodymyr Moskalyk
97212afccb Hide Motor PWM Speed Separated from PID Speed when DSHOT selected 2017-10-15 09:33:41 +02:00
Dan Nixon
57518f3fcd Add tooltip describing arming disable flags 2017-10-14 17:58:05 +01:00
Dan Nixon
c125c39040 List arming disable flag indices on setup tab 2017-10-14 17:47:22 +01:00
Volodymyr Moskalyk
c233db3fc8 Enable/Disable all button for OSD screen 2017-10-14 18:20:12 +02:00
Volodymyr Moskalyk
ce4ed0b544 Hide Motor PWM Speed Separated from PID Speed when DSHOT selected 2017-10-14 17:30:08 +02:00
Michael Keller
bd757f49af Merge pull request #621 from spuder/small_angle
Configure Small_angle
2017-10-13 19:53:27 +13:00
Spencer Owen
614f2b5ffd Adds small angle to gui 2017-10-11 22:27:38 -06:00
mikeller
f15904a6cf Fixed dataflash not being available for selection while being erased. 2017-10-12 01:22:15 +13:00
Miguel Angel Mulero Martinez
6054e69445 Adjust peripherals mode name in failsafe tab
The failsafe tab does not adjust the real name of the MODE for
peripherals. Only the MODES tab do it.
2017-10-04 13:08:21 +02:00
mikeller
059fc18520 Fixed motor output values in motor tab. 2017-09-21 01:32:20 +12:00
Bas Delfos
345998f986 Fix resetting filter values after reloading tab. Fixes #671 2017-09-19 21:54:45 +02:00
Michael Keller
9ec28503b2 Merge pull request #669 from mikeller/fix_rx_msp_stick_assignments
Made RX_MSP stick assignments compatible with default 'AETR'.
2017-09-18 22:26:36 +12:00
mikeller
1ab1fd93ff Made RX_MSP stick assignments compatible with default 'AETR'. 2017-09-17 19:18:38 +12:00
mikeller
4a642adfb5 Improved label texts and help positioning in receiver tab. 2017-09-14 00:27:56 +12:00
Dan Nixon
7ce02d3bbd Correct formatting of OSD power element in preview 2017-09-11 18:40:41 +01:00
Dan Nixon
2e8024fcf5 Update OSD number formatting to match firmware 2017-09-10 08:04:26 +01:00
Spencer Owen
796cc72e0d Fix missing variable
Pull request #576 uses variable `checked` everywhere except one line. Makes consistent.
2017-09-08 07:49:38 -06:00
Bas Delfos
f7eea47482 Partly revert last commit and fixed labels update 2017-09-06 20:07:34 +02:00
Bas Delfos
ca12f53e1d Fix Runcam split command box names and move to localized resource file. Fixes #649. 2017-09-05 23:14:36 +02:00
mikeller
399b435055 Fixed box content refresh in battery tab. 2017-09-06 00:16:01 +12:00
MattM
a8ca80c9b4 Adding back UI for ACC 2017-09-04 06:33:36 -04:00
Michael Keller
7104a95edc Merge pull request #645 from mikeller/fix_transponder_3_1_7
Fixed Transponder tab for 3.1.7.
2017-09-02 14:04:25 +12:00
Bas Delfos
fd433c7a19 K&R-ish braces 2017-08-31 09:19:05 +02:00
Michael Keller
078d539284 Fixed Transponder tab for 3.1.7. 2017-08-31 09:36:56 +12:00
Bas Delfos
c398892886 Removed UI for levelSensitivity 2017-08-30 20:30:08 +02:00
Michael Keller
9eb8903379 Merge pull request #643 from basdelfos/osd-tab-improvements
Added note for preview font may not be actual installed font + code cleanup
2017-08-30 18:15:53 +12:00