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

52 commits

Author SHA1 Message Date
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
nathan
99afb42a59 fix(osd): upgrades incld position format and versioned layout 2016-09-22 23:57:43 -07:00
nathan
5daffd1f68 osd upgrades 2016-09-20 02:07:00 -07:00
nathan
6ee14fb848 update unit preview on every change 2016-09-19 23:43:35 -07:00
nathan
5965bc7e1f version osd baro code 2016-09-19 23:15:46 -07:00
mikeller
170aa39e70 Added version gating (apiVersion >= 1.21) for altitude in OSD. 2016-09-20 01:33:08 +12:00
Dan Nixon
43284b6fe7 Allow toggling the logo in preview, add altitude option 2016-09-19 13:22:57 +01:00
nathan
80f50df3f5 render the logo first, so it is overwritten by other fields in the preview 2016-09-18 19:02:10 -07:00
Michael Keller
b2729be1be Merge pull request #198 from KiteAnton/msp_rework3
Separation of MSP code
2016-08-14 00:41:25 +12:00
nathan
6c85978220 [OSD] make it not possible to overflow the bounds of the preview window when positioning elements 2016-08-12 22:09:07 -07:00
nathan
32c3f40abb [OSD] updates including inflection.js, stylistic cleanups including 2 spaces instead of 4, change the default background image back 2016-08-12 22:08:34 -07:00
KiteAnton
96115be10e Separation of MSP code into protocol and config parts, will ease further development and readability 2016-08-11 22:20:23 +02:00
skaman82
4cd4236423 Change OSD display fields 2016-08-02 11:36:27 +02:00
Michael Keller
7a8aba35c5 Merge pull request #170 from nathantsoi/feature/osd-fields
Feature/osd fields
2016-08-02 20:34:21 +12:00
nathan
dfc69b6c7c new osd field compatibility 2016-08-02 01:26:09 -07:00
nathan
bbc62407dc set the default throttle value to something that will match the amperage draw preview 2016-08-02 01:26:00 -07:00