jyesmith
e796838bb1
Added OSD_REMAINING_TIME_ESTIMATE to OSD
2017-11-19 16:07:24 +10:00
Michael Keller
ef67542524
Merge pull request #731 from ryanschwartz/patch-1
...
Add "button" to camera control modes.
2017-11-19 14:21:19 +13:00
Ryan Schwartz
fe354d4332
Add "button" to camera control modes.
...
Clarifies what the mode is for. Without "button", camera power is confusing.
2017-11-18 17:04:43 -06:00
Michael Keller
7909f2e024
Merge pull request #730 from mikeller/fix_osd_bug
...
Fixed off-by-one version checking bug in OSD tab.
2017-11-18 17:46:46 +13:00
mikeller
e8d5faba7f
Fixed off-by-one version checking bug in OSD tab.
2017-11-18 17:45:16 +13:00
Raphael Coeffic
2a55145163
Merge pull request #727 from mikeller/added_frsky_fport_support
...
Added support for the FrSky FPort protocol.
2017-11-15 00:59:50 +01:00
mikeller
70e17ad49f
Added support for the FrSky FPort protocol.
2017-11-15 02:03:44 +13:00
Michael Keller
89c417f608
Merge pull request #726 from mikeller/add_travis_build
...
Added files for travis build.
2017-11-14 16:06:58 +13:00
Michael Keller
4064a02dbb
Added files for travis build.
2017-11-14 16:00:02 +13:00
Michael Keller
94cc79fff1
Merge pull request #725 from mikeller/make_osd_elements_robust
...
Make OSD elements robust to additional fields.
2017-11-14 07:36:20 +13:00
Michael Keller
d42e7ca9bf
Merge pull request #724 from Cleric-K/rewrite_sp_tr_help
...
Rewrite of the D Setpoint Transition help tooltip
2017-11-14 07:36:12 +13:00
mikeller
8eddce9f57
Make OSD elements robust to additional fields.
2017-11-14 01:28:36 +13:00
Cleric-K
a6f1204696
Rewrite of the D Setpoint Transition help tooltip
2017-11-13 13:23:58 +02:00
Michael Keller
23028e883d
Merge pull request #723 from mikeller/added_nwjs_debug_button
...
Added linux build (works now), and debug build for NW.js.
2017-11-12 23:16:53 +13:00
mikeller
3544955f28
Added linux builds (they work now) and debug build for NW.js.
2017-11-12 11:43:16 +13:00
Michael Keller
68f9674623
Merge pull request #721 from mikeller/remove_deleted_features
...
Removed features that have been deleted in the firmware.
2017-11-12 11:32:38 +13:00
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
mikeller
1aa68d5081
Removed features that have been deleted in the firmware.
2017-11-12 02:14:01 +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