Commit Graph

696 Commits (1c94746cb48af70959023f8650f43f71f2dd3c23)

Author SHA1 Message Date
github-actions[bot] f861ffa7dd
Update translations (#3143)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-15 08:00:48 +11:00
J Blackman f0cdf83de1
Housekeeping: Updating some messaging labels. (#3139)
Updating some messaging labels.
2022-12-13 13:39:34 +01:00
github-actions[bot] 02c2ac0856
Update translations (#3138)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-12 13:03:03 +01: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 867b59d204
Bump API_VERSION_ACCEPTED and semver cleanup (#3104)
Firmware flasher: build config help icons style fix (#3092)

Co-authored-by: Ivan Efimov <gendalf44@yandex.ru>
2022-12-11 04:55:14 +01:00
github-actions[bot] dbab0e0da1
Update translations (#3132) 2022-12-11 10:43:08 +11:00
HThuren 8b79bcd3a0
Improved message when save lua VTX file (#3110)
* Improved message when save lua VTX file

* Added new strings

* Missing backslash

* Update messages.json

removed one blank line

* Update locales/en/messages.json

Co-authored-by: Míguel Ángel Mulero Martínez <mcgivergim@gmail.com>

* Update locales/en/messages.json

Co-authored-by: Míguel Ángel Mulero Martínez <mcgivergim@gmail.com>

* Update locales/en/messages.json

Co-authored-by: Míguel Ángel Mulero Martínez <mcgivergim@gmail.com>

Co-authored-by: Míguel Ángel Mulero Martínez <mcgivergim@gmail.com>
2022-12-08 23:35:34 +01:00
Míguel Ángel Mulero Martínez 85860ac527
Remove outdated languages (#3126) 2022-12-09 08:03:16 +11:00
github-actions[bot] 64b710b074
Update translations (#3117)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-06 12:18:52 +01:00
haslinghuis 6242f1e721
Add support for ELRS UID (#3097)
* Add support for ELRS UID

* Add Babel

* Fix review

* Fix CSS
2022-12-05 14:24:37 +11:00
ASDosjani f8c6c02a04
Fix 2 typos (#3111)
typo fix
2022-12-04 19:43:29 +11:00
Míguel Ángel Mulero Martínez 0fefc78dc9
Update translations (#3099) 2022-12-01 14:42:40 +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
J Blackman 0064747f30
Adding ability to specify a classic build (#3087)
* Adding ability to specify a classic build

This means a user rather than using cloud options, can simply get all options (same as previous unified nightlies).

* Corrected means to enable/disable.
2022-11-19 03:14:43 +01:00
J Blackman 717d7f6685
Adding a progress bar for CLOUD BUILD progress (#3081)
* Adding simple progress bar for build request

* Adding language support.
2022-11-14 21:48:12 +01:00
haslinghuis 40d204c546
Fix TPA (#3078) 2022-11-14 15:12:20 +11:00
Míguel Ángel Mulero Martínez 6657139d75
Update translations (#3080) 2022-11-13 14:29:35 +01:00
J Blackman 2a01685373
Adding custom define input box (#3074) 2022-11-09 10:11:07 +11:00
blckmn 78b168d8f5 Adding help icons and improving darkmode css. 2022-11-05 21:48:16 +11:00
J Blackman 6bb248a9e3
Restoring ability to load local configuration for a target (#3066)
Based on device auto detect, and the use of local flash files.
2022-11-05 11:51:01 +11:00
blckmn 752cac9b7a Restoring ability to load local configuration for a target 2022-11-05 11:49:13 +11:00
Steve Evans 9975846a46 Change 'VTX (MSP)' to 'VTX (MSP + Displayport)' and lose 'OSD (MSP Displayport)' option 2022-11-02 20:31:17 +00:00
haslinghuis 4f9348742d
Merge pull request #2798 from krasiyan/1877-display-name-configuration
Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name'
2022-10-30 19:00:17 +01:00
blckmn fbff80dbbb Merge branch 'master' into cloud_build 2022-10-30 18:51:32 +11:00
blckmn 6aae795781 Setup for the cloud build implementation 2022-10-30 18:50:53 +11: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
haslinghuis c3a81ca438
Merge pull request #3056 from SteveCEvans/msp_dp
Add OSD (MSP Displayport) option to port peripherals
2022-10-25 12:54:14 +02:00
Mark Haslinghuis 98e698b39a Add aux value element 2022-10-25 02:46:09 +02:00
Steve Evans ee4284b63b Add OSD (MSP Displayport) option to port peripherals 2022-10-21 22:33:50 +01: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 f86bbfdba6 fix anti gravity tooltip 2022-10-11 22:56:19 +02:00
Mark Haslinghuis 2a3a83e1db Fix VTX status 2022-10-08 00:43:29 +02:00
Miguel Angel Mulero Martinez 33613a82c0 Update translations 2022-10-02 09:20:41 +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
J Blackman c4706b17a7
Merge pull request #2964 from P-I-Engineer/vtx_osd_variant_gitfix 2022-09-18 09:09:35 +10:00
J Blackman 0718559f4f
Merge pull request #2993 from haslinghuis/fix-auto-profile-cell-count-range 2022-09-18 09:07:41 +10:00
J Blackman e0692c1350
Merge pull request #2969 from haslinghuis/remove-stm32-link 2022-09-17 08:27:59 +10:00
Mark Haslinghuis bea9d16486 Fix auto_profile_cell_count range 2022-09-15 21:08:17 +02: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
Mark Haslinghuis 828e553f2d Remove STM32 driver link 2022-07-07 22:43:30 +02:00
phobos- c4d6b7b0df MSP VTX device 2022-06-29 15:36:53 +02: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 61a2cd3374 Update translations 2022-06-07 15:45:59 +02:00
J Blackman 10645cb791
Merge pull request #2931 from haslinghuis/move-telemetry-to-receiver-tab 2022-05-29 08:49:26 +10:00
J Blackman 21bfd58b40
Merge pull request #2923 from McGiverGim/update_translations 2022-05-29 06:46:11 +10:00
J Blackman ae8ee6a9ea
Merge pull request #2865 from benlumley/jb-bf-43-link 2022-05-28 12:12:29 +10:00
Miguel Angel Mulero Martinez 05bcf03c02 Update translations 2022-05-23 15:43:07 +02:00
Mark Haslinghuis 6f0bdba5f4 Move telemetry to receiver tab 2022-05-22 05:00:47 +02:00
Miguel Angel Mulero Martinez 51eca21578 Add Danish translation 2022-04-29 20:51:40 +02:00