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

3227 commits

Author SHA1 Message Date
Michael Keller
bf6b51ca83
Merge pull request #722 from mikeller/added_new_osd_elements
Added new OSD elements for RTC time and adjustment range.
2017-11-12 11:32:27 +13:00
mikeller
f68a96d1de Added new OSD elements for RTC time and adjustment range. 2017-11-12 10:38:05 +13:00
Michael Keller
d145147ba3
Merge pull request #720 from wind0r/remove_vtx_feature_in_current_versions
feature vtx got removed with 1.35 and is active by default
2017-11-12 01:59:29 +13:00
Steffen Windoffer
c1827e0968 feature vtx got removed with 1.35 and is active by default 2017-11-11 13:44:10 +01:00
Michael Keller
d5450de2e3
Merge pull request #715 from mikeller/reconcile_package_manifest
Reconciled package.json to manifest.json.
2017-11-10 08:55:30 +13:00
mikeller
ed27ba8bdc Reconciled package.json to manifest.json. 2017-11-07 22:19:15 +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
Michael Keller
a44385b820
Merge pull request #714 from Harpalyke/ensure_deadband_settings_are_applied_to_receiver_preview
Ensure deadband settings are applied to preview in receiver tab
2017-11-07 12:51:35 +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
Michael Keller
f723af3b76
Merge pull request #710 from Harpalyke/missing_configurable_warnings_prevent_saving_alarms
Fix for saving alarms in osd tab on Betaflight 3.2.2
2017-11-05 06:25:37 +13:00
Michael Keller
6cc797a232
Merge pull request #711 from mikeller/fixed_backup_restore
Fixed backup / restore.
2017-11-05 06:24: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
mikeller
02df5eaef3 Fixed backup / restore. 2017-11-04 19:21:14 +13: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
Michael Keller
09bca92e9d
Merge pull request #708 from wind0r/fix_small_angle
only show smallangle on newer releases
2017-11-03 08:52:13 +13:00
Steffen Windoffer
8b7551272b only show smallangle on newer releases 2017-11-02 15:37:32 +01:00
Michael Keller
b4735826eb
Merge pull request #707 from Cleric-K/fix_current_sensor_labels
Setting proper labels for current sensor parameters
2017-11-02 22:30:19 +13:00
Cleric-K
6589fdd74d Setting proper labels for current sensor parameters 2017-11-02 11:18:08 +02:00
Michael Keller
cbc78313c7
Merge pull request #706 from mikeller/fix_arming_disable_msp
Fixed disabling of arming when in configurator.
2017-11-02 18:54:35 +13:00
Michael Keller
4177de9f71
Merge pull request #704 from mikeller/fix_osd_text
Fixed low battery alert OSD description.
2017-11-02 18:54:11 +13:00
mikeller
ccebeb817f Fixed disabling of arming when in configurator. 2017-11-01 21:33:18 +13:00
mikeller
5a937960c0 Fixed low battery alert OSD description. 2017-10-30 21:13:04 +13: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
Michael Keller
a29fda8122
Merge pull request #631 from DanNixon/configurable_osd_warnings
Configurable OSD warnings
2017-10-30 00:56:11 +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
Michael Keller
c2850e4323 Merge pull request #701 from McGiverGim/bf-use_two_symbols_num_satellites
Fix the GPS image in OSD to use two symbols
2017-10-27 00:10:25 +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
Michael Keller
9359e2edfd Merge pull request #700 from McGiverGim/bf-adjust_speed_preview
Adjust OSD preview for speed and throttle
2017-10-24 22:14:49 +13: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
Michael Keller
425f98222e Merge pull request #699 from mikeller/refactored_version_display
Refactored version display, made text congruent.
2017-10-24 09:26:15 +13:00
Michael Keller
c1c6956947 Merge pull request #698 from mosvov/auto-recognize-AUX-channel
Auto recognize AUX channel in Modes tab
2017-10-23 23:59:56 +13: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
mikeller
6d28cac034 Refactored version display, made text congruent. 2017-10-23 09:49:21 +13:00
Michael Keller
0b1a8b0bcc Merge pull request #697 from wind0r/add_firmware_to_topbar
add firmware version to top bar
2017-10-23 09:33:32 +13:00
Steffen Windoffer
f54091cc09 add firmware version to top bar 2017-10-22 17:10:00 +02:00
Michael Keller
276960ba46 Merge pull request #693 from azolyoung/update-rcsplit-to-rcdevice-to-bf
Change 'RunCam Split' to 'RunCam Device'
2017-10-21 09:58:37 +13:00
Michael Keller
43d184af76 Merge pull request #694 from mikeller/update_version_to_10
Updated version to 10 after release of 3.2.2.
2017-10-21 09:58:10 +13:00
mikeller
d59b30bae2 Updated version to 10 after release of 3.2.2. 2017-10-20 10:16:29 +13: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