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

1697 commits

Author SHA1 Message Date
mikeller
ec8b7449f8 Added checking for latest configurator release and update notification. 2017-12-03 18:41:11 +13:00
Michael Keller
7e7d84ec74 Added new SPI RX protocols. 2017-12-01 13:11:34 +13:00
Michael Keller
02b455bef7
Merge pull request #735 from basdelfos/filter-switch-fix
Activate filter switches on only notch hz
2017-11-21 18:30:26 +13:00
Michael Keller
0845b7434d
Merge pull request #734 from mikeller/add_arming_enable_to_motor_test_slider
Added arming enable to the 'motor test enable' switch.
2017-11-21 18:29:58 +13:00
Michael Keller
ddde15917a
Merge pull request #728 from JyeSmith/OSD_REMAINING_TIME_ESTIMATE
Added OSD_REMAINING_TIME_ESTIMATE to OSD
2017-11-21 16:31:08 +13:00
mikeller
808c33860a Added arming enable to the 'motor test enable' switch. 2017-11-21 14:16:36 +13:00
Bas Delfos
9058fcfe87 Activate filter switches on only notch hz 2017-11-20 21:49:33 +01:00
Dan Nixon
c2178e5cb6 Add RTC date/time to OSD stat 2017-11-19 10:17:57 +00:00
jyesmith
e796838bb1 Added OSD_REMAINING_TIME_ESTIMATE to OSD 2017-11-19 16:07:24 +10:00
mikeller
e8d5faba7f Fixed off-by-one version checking bug in OSD tab. 2017-11-18 17:45:16 +13:00
mikeller
70e17ad49f Added support for the FrSky FPort protocol. 2017-11-15 02:03:44 +13:00
mikeller
8eddce9f57 Make OSD elements robust to additional fields. 2017-11-14 01:28:36 +13:00
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