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

67 commits

Author SHA1 Message Date
mikeller
4a2b041f13 Cleaned up the formatting of timers in OSD. 2017-08-29 21:24:01 +12:00
Tuomas Kuosmanen
98925740ca make font manager dialog a bit wider to fit buttons next to label 2017-08-29 10:19:18 +03:00
Dan Nixon
eb56b0783c Improve formatting of OSD timer configuration 2017-08-17 16:08:19 +01:00
Bas Delfos
03185e743c Remove unnecessary comment 2017-07-16 20:57:58 +02:00
Bas Delfos
5b16361f3b Display craftname in OSD preview 2017-07-15 14:48:16 +02: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
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
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
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
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
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
Hydra
0520f0d473 CF/BF - Update for API v0.35.0 - OSD SLAVE. 2017-05-05 16:01:34 +12:00
Hydra
248f2ec727 CF/BF - Update OSD examples to match latest firmware. 2017-05-05 16:01:33 +12:00
Hydra
b4936958f8 CF/BF - fix some usages of flightControllerVersion which should have
used MSP API version.

FYI:

3.1.0 = api 1.31 -
https://github.com/betaflight/betaflight/blob/v3.1.6/src/main/msp/msp_protocol.h
3.0.1 = api 1.21 -
https://github.com/betaflight/betaflight/blob/v3.0.1/src/main/io/msp_protocol.h
3.0.0 = api 1.20 -
https://github.com/betaflight/betaflight/blob/v3.0.0/src/main/io/msp_protocol.h
2.9.1 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.9.1/src/main/io/serial_msp.h
2.8.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v.2.8.0/src/main/io/serial_msp.h
2.4.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.4.0/src/main/io/serial_msp.h
2017-05-05 16:00:38 +12:00
Rodrigo Pérez
8c2a325340 Disable "Upload Font" button when uploading. 2017-05-04 19:42:24 -03:00
Bas Delfos
87a473c2e3 Review changes 2017-05-04 20:43:33 +02:00
Bas Delfos
6d4dc42800 Added OSD configuration for Main Battery Usage progressbar 2017-05-02 21:41:00 +02:00
Dan Nixon
7c4aa831ce Add pitch and roll angles to BFOSD 2017-04-26 13:40:32 +01:00
Florian Ragwitz
330a64b6a8 Add average cell voltage item to OSD tab 2017-03-18 22:37:57 -07:00
Dan Nixon
d2a8f9c0c2 Use API version for OSD feature detection 2017-01-28 09:29:06 +00:00
Dan Nixon
2f14c0c900 Add PID and rate profile and battery warn to OSD 2017-01-27 11:24:22 +00:00
borisbstyle
4abf691954 Merge pull request #368 from rafl/osd-power
Add electrical power to OSD
2017-01-03 09:35:44 +01:00
Florian Ragwitz
3271fd70e4 Ignore unknown OSD items 2016-12-30 22:21:59 -08:00
Florian Ragwitz
58e369baf6 Add electrical power to OSD 2016-12-30 12:43:23 -08:00
Martin Budden
2bc964936e Added PIDs to OSD 2016-12-06 20:17:45 +00:00
Michael Keller
4b13fb990c Merge pull request #328 from nathantsoi/fix/osd-check
check for osd msp cmds
2016-11-30 13:25:35 +13:00
Michael Keller
303c55d1dd Fixed length check. 2016-11-30 13:25:23 +13:00
Stewart Loving-Gibbard
565d2a3055 Fixing spelling error "Diasrmed" => "Disarmed" 2016-11-10 22:20:15 -08:00
nathan
e2d40d7830 fc now sends an empty byte in response to osd msp cmds 2016-10-25 23:35:01 -06:00
skaman82
6a282565ed OSD Tab cleanup 2016-10-26 01:39:15 +02:00
nathan
e35a738dbf close the font upload manager before reboot 2016-10-04 22:52:00 -07:00
Dan Nixon
d7594b7620 Fix issue with alarm values not being saved 2016-10-04 10:00:13 +01:00
Dan Nixon
c655ced36a Add crosshairs option to OSD 2016-10-04 10:00:05 +01:00