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

210 commits

Author SHA1 Message Date
Ivan Efimov
8e7aa89ee5
Bringing Google stats back - Reverting #3148 (#3204) 2023-01-07 10:05:34 +11:00
Tomas Chmelevskij
483dec9103
Chore/move gui to modules (#3001)
Move `GUI` to esm
2022-12-28 21:08:48 +01:00
haslinghuis
b6d8efc9f8
Remove Google Analytics (#3148) 2022-12-16 14:11:05 +11:00
haslinghuis
c625741604
Restore experimental backup and restore only for virtual and fw below 4.3 (#3134)
Restore backup and restore
2022-12-11 23:22:12 +01:00
haslinghuis
212b0bdb11
Fix virtual OSD elements and OSD backwards compability bug (#3118) 2022-12-06 12:20:52 +01:00
haslinghuis
a7b53afe13
Fix HD selection in UI (#3106) 2022-12-05 14:23:58 +11:00
haslinghuis
d6c129fb1f
Fix RSNR (#3088)
Fix OSD items
2022-11-20 19:11:51 +01:00
Steve Evans
266d5f445d
Add HD OSD support (#3071)
* Add HD OSD mode

* Update src/js/tabs/osd.js

Co-authored-by: Jan Post <Rm2k-Freak@web.de>

Co-authored-by: Jan Post <Rm2k-Freak@web.de>
2022-11-20 18:42:52 +01:00
ctzsnooze
45cd8bf175
Merge pull request #3062 from haslinghuis/fix-video-system
Fix video system selection for MSP
2022-10-31 20:38:37 +11:00
Mark Haslinghuis
6e4ca6816b Fix video system selection for MSP 2022-10-29 07:04:36 +02:00
Krasiyan Nedelchev
3873f82c23 Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name'
- add pilot name (display_name) to the Configuration tab

  - add handling for the 'MSP2_GET_TEXT' and 'MSP2_SET_TEXT' commands

    - with support for the 'MSP2TEXT_PILOT_DISPLAY_NAME' ('displayName') config prop

  - backup handling of the 'displayName' config prop

  - add a text field to configure the pilot name in the 'Configuration/Personalization' box

    - using the 'display_name' FC config prop and the 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' MSP commands
    - add tooltips for both the 'Craft name' and 'Pilot name' fileds

  - rename the 'Display name' OSD element to 'Display name (Pilot name)'

    - expand the tooltip descriptions of 'Craft name' and 'Display name (Pilot name)'
    - change the default 'DISPLAY_NAME' OSD element preview to 'PILOT_NAME'

  - remove the default 'JOE PILOT' string value of the 'displayName' FC initial config

  - backwards compatibility handling for 'display_name' pre MSP v1.45

- rename 'display name' to 'pilot name'

  - add 'FC.CONFIG.pilotName' in place of 'FC.CONFIG.displayName'
  - add the 'PILOT_NAME' OSD element and keep backwards compatibility
    for the 'DISPLAY_NAME' OSD element (depending on the MSP version)

- rename 'FC.CONFIG.name' to 'FC.CONFIG.craftName'

  - add the 'MSP2TEXT_CRAFT_NAME' const for 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT'
  - use 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' to get/set 'FC.CONFIG.craftName'
  - keep full backwards compatibility pre MSP v1.45 (using the legacy 'MSP_NAME' / 'MSP_SET_NAME')
2022-10-26 02:17:23 +02:00
Mark Haslinghuis
98e698b39a Add aux value element 2022-10-25 02:46:09 +02:00
Jon Mahoney
adc3114b40 Ready Mode
Ready Mode allows the pilot to signal they are ready. Ideal for race
lines so all pilots are ready to race.
2022-10-19 22:15:27 -04:00
Mark Haslinghuis
17291a6578 Fix OSD 2022-10-07 04:50:50 +02:00
haslinghuis
500dea5b14
Merge pull request #2974 from jonmahoney15/watt-hours-consumed-osd-element
Watt Hours Consumed OSD element and post Flight Stat
2022-09-29 12:42:53 +02:00
Tomas Chmelevskij
424efcef28 fix: expose OSD for virtual FC to pick up 2022-09-21 08:42:11 +03:00
J Blackman
c4706b17a7
Merge pull request #2964 from P-I-Engineer/vtx_osd_variant_gitfix 2022-09-18 09:09:35 +10:00
Tomas Chmelevskij
5a74094df1 move tabs to use esm modules 2022-07-23 22:08:19 +03:00
Jon Mahoney
8bc93fdd7e Watt Hours Consumed OSD element and post Flight Stat
A feature request was made to implement watt hour consumed on the osd.
This allows pilots who prefer reading Wh over other battery stats can
judge battery consumption.
2022-07-15 17:29:02 -04:00
p-i-engineer
e17cf1ae68 initial commit to fix PR
haslinghuis comment inc

comments inc

haslinghuis comment inc

Revert "haslinghuis comment inc"

This reverts commit cbe38ff353cacc041dc1f88bbe59780b9982f9d0.

Update src/js/tabs/osd.js

Co-authored-by: haslinghuis <mark@numloq.nl>

Update src/js/tabs/osd.js

Co-authored-by: haslinghuis <mark@numloq.nl>

clean

clean

fix

clean
2022-06-28 16:30:46 -07:00
Miguel Angel Mulero Martinez
ec7822f5f6 Make OSD screen bigger if possible 2022-05-20 08:08:36 +02:00
haslinghuis
abdcbc6d30
Merge pull request #2920 from benlumley/improve-osd-elements-rendering
OSD Tab - Improve the way osd elements picker + timer section render/wrap
2022-05-19 23:21:31 +02:00
Ben Lumley
7d44593165 Also tidy up timers 2022-05-11 10:45:31 +01:00
Ben Lumley
282df2c7ff Improve the way osd elements render, in particular - stop the labels + variant pickers wrapping under the 3 checkboxes and looking messy 2022-05-11 10:31:03 +01:00
Mark Haslinghuis
2cb90b13a3 Fix-freezing
Bump ubuntu version in workflow
2022-05-11 02:45:04 +02:00
Tomas Chmelevskij
03690e087f chore: add comman dangle rule for multiline 2021-12-18 08:21:05 +01:00
Michael Keller
79d6021660 Added Analytics Tracking for Each 'Save' Button Click that Tracks
Changes.

This should help by giving an upper bound for how many users change
these settings at all.
2021-08-08 02:04:24 +12:00
Miguel Angel Mulero Martinez
3b867dca63 Refactor preview of osd battery usage 2021-06-16 16:35:04 +02:00
J Blackman
c44e48f51b
Auto merged - #2468 at Sat, 12 Jun 2021 20:25:18 GMT
Add support for OSD elements variants
2021-06-13 06:25:18 +10:00
J Blackman
f326092307
Merge pull request #2427 from dkustec/osd-tx-uplink-power
OSD Tx Uplink Power support
2021-06-12 14:42:29 +10:00
Miguel Angel Mulero Martinez
6dee93cecd Fix OSD speed unit preview 2021-04-08 19:20:04 +02:00
Miguel Angel Mulero Martinez
e6c2e67c5b Add support for OSD type variants 2021-04-06 09:46:09 +02:00
Davor Kustec
2ebdd016d7 Initial commit
Changes requested by review
2021-02-23 23:56:48 +01:00
Robert Cisneros
42c9703b95 Removed video format dependency of up/down reference indication
Removed relationship between video format and the default position for the up down reference indication.
2021-02-15 21:17:07 -06:00
Robert Cisneros
56fec5cbec Code correction to OSD_UP_DOWN_REFERENCE logic.
Corrected OSD_UP_DOWN_REFERENCE label to be consistent with Betaflight.  Simplified preview logic to show symbol centered.
2021-02-13 22:25:47 -06:00
Robert Cisneros
73aceb6a37 Added OSD Up/Down reference element
Added control for OSD up/down reference to OSD tab.
2021-01-01 15:03:09 -06:00
visdauas
030a75a89e Added Virtual Mode 2020-12-28 17:24:34 +01:00
Mark Haslinghuis
431aa6bac8 Fix and add check for chrome.runtime.lastError 2020-12-20 06:17:29 +01:00
Mark Haslinghuis
cb9067b11e Fix drawStickOverlayPreview in OSD 2020-12-12 03:47:18 +01:00
visdauas
27a4849ddf Moved getSerialRxTypes to not interfere with backup/restore 2020-11-19 22:41:36 +01:00
Ivan Efimov
61631b56d3 Total flights stats for OSD 2020-10-25 01:30:27 -05:00
Miguel Angel Mulero Martinez
fd35031e6f Replace API versions by constants 2020-10-15 08:58:18 +02:00
Miguel Angel Mulero Martinez
a4796250a2 Fix OSD upload font 2020-10-13 19:38:30 +02:00
Bruce Luckcuck
ed292a9649 Add feedforward to OSD PID element preview
Also change the element preview to use the default PIDs for the firmware version (as defined in the Configurator) so that the display is more representative of the actual values (and not display 20 for D on yaw!).
2020-10-07 15:06:20 -04:00
Miguel Angel Mulero Martinez
46a7ea33f3 Fix Sonar issues from osd.js 2020-10-02 10:13:06 +02:00
haslinghuis
317218377f Added support for british units in osd - fixed all (;) 2020-08-06 14:08:34 +02:00
Károly Kiripolszky
2071181c9a Remove hard coded number 2020-07-28 01:49:32 +02:00
Károly Kiripolszky
8d7b172db7 Adjust LQ OSD element preview according to selected serial rx provider 2020-07-16 23:51:16 +02:00
Miguel Angel Mulero Martinez
24010a2e2a Move FC global vars inside FC object 2020-07-06 09:23:58 +02:00
WalcoFPV
4f93e54ae6 Cordova framework integration, Android support, mobile UI & options tab
Cordova integration and android platform :
- Added cordova directory with required config
- Added cordova applications generation in gulpfile
- Added cordova development instructions
- Used cordova plugins to simulate missing chrome api  plugins (chrome.serial and chrome.fileSystem)
- Added cordova clipboard support
- Added android operating system and Cordova gui mode
- Fixed some css and js files to make them working on Android as well as on computers
- Added --skipdep argument to accelerate cordova build (gulp task)
- Added a webview helper to help people to update the webview app of their device

New options tab :
- Added options tab replacing the options dropdown
- Added option to switch between phones UI and computers UI

Mobile interface and global interface improvements :
- Simplified the structure of the header with flex css
- Made headerbar and tab container responsive (compact headerbar and side menu)
- All tabs are adapted to mobile interface (except firmware flasher)
- The servos and adjustments tabs are not fully adapted but are "usable"
- Improved header bar animation
- Improved log expandation animation
- Added swipe gesture to toggle side menu

Fixes during the development :
- Logo position
- Dark mode
- Auto connection
- Error messages (cordova_chromeapi.js)
- Responsive grid
- Testing
- Disconnection
- Width of boxes inside the OSD tab
- Fixed cli tab
- OSD tab
- Motor stop switch
- White spaces in boxes
- Dialogs size
- Connect button state
- Prevent tablet with a height larger than 575px to switch to computers ui
- Fixed logging tab
- Fixed code smell
- Fixed yarn cordova plugin install issue
- Fixed content_wrapper
- Fixed vibrations when scrolling
- Fixed scrolling bar alignment
- Fixed dialogReportProblem height
- Fixed rates logo
- Fixed auto connection default value (true)
- Fixed D to D max
- Fixed dialogs

Added required messages in locales/en/messages.json file

Requested changes
2020-07-03 16:19:33 +02:00