Skip to content

Commit 16c6521

Browse files
New version: EdgeTX.Companion version 2.11.2 (microsoft#268352)
1 parent 7287ff9 commit 16c6521

File tree

3 files changed

+144
-0
lines changed

3 files changed

+144
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: EdgeTX.Companion
5+
PackageVersion: 2.11.2
6+
InstallerLocale: en-US
7+
InstallerType: zip
8+
NestedInstallerType: nullsoft
9+
NestedInstallerFiles:
10+
- RelativeFilePath: companion-windows-2.11.2.exe
11+
Scope: machine
12+
InstallModes:
13+
- silent
14+
UpgradeBehavior: install
15+
ProductCode: EdgeTX Companion 2.11
16+
ReleaseDate: 2025-06-25
17+
AppsAndFeaturesEntries:
18+
- DisplayName: EdgeTX Companion 2.11
19+
ProductCode: EdgeTX Companion 2.11
20+
InstallationMetadata:
21+
DefaultInstallLocation: '%ProgramFiles(x86)%\EdgeTX\Companion 2.11'
22+
Installers:
23+
- Architecture: x64
24+
InstallerUrl: https://github.com/EdgeTX/edgetx/releases/download/v2.11.2/edgetx-cpn-win64-v2.11.2.zip
25+
InstallerSha256: 3D8948726C52A524D75FFA5A221AEE5E45A8B49AB9497DC24C67EFEFA6D7F289
26+
ManifestType: installer
27+
ManifestVersion: 1.10.0
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: EdgeTX.Companion
5+
PackageVersion: 2.11.2
6+
PackageLocale: en-US
7+
Publisher: EdgeTX
8+
PublisherUrl: https://edgetx.org/
9+
PublisherSupportUrl: https://github.com/EdgeTX/edgetx/issues
10+
PackageName: EdgeTX Companion
11+
PackageUrl: https://github.com/EdgeTX/edgetx/releases/download/v2.9.4/edgetx-cpn-win64-v2.9.4.zip
12+
License: GPL-2.0
13+
LicenseUrl: https://github.com/EdgeTX/edgetx/blob/HEAD/LICENSE
14+
Copyright: Copyright (c) 2021-2024 EdgeTX
15+
ShortDescription: The cutting edge open-source firmware for your R/C radio
16+
Description: EdgeTX is the cutting edge of OpenTX. It is the place where innovative ideas and cutting-edge features are developed and field-tested by the enthusiasts of our hobby. EdgeTX is a community project – ideas from the community, developed by the community, and enjoyed by the community! The community will always have a say in what EdgeTX is and what EdgeTX will be in the future. Without community feedback and involvement EdgeTX cannot exist.
17+
Tags:
18+
- fpv-racing
19+
- hacktoberfest
20+
- radio
21+
- rc
22+
ReleaseNotes: |-
23+
We are pleased to announce the second maintenance release for EdgeTX "Jolly Mon", v2.11.2. Thank you for all the feedback and testing by you, the community (and partner manufacturers) which has allowed us to identify and squash both new and old bugs!! We simply cannot have done this without you! 🤗 🍻
24+
Note
25+
- As with any firmware update, please ensure you back up your model and radio settings before updating, fully bench-test your models after updating, and report any issues you encounter.
26+
- For MacOS users, Companion is now only compiled for MacOS 13 and above. Stay with v2.10.5 or earlier if you need support for an older version of MacOS.
27+
- EdgeTX Companion v2.11 can no longer do binary conversions, and thus cannot open .otx files. If you have an old .otx file you need to convert or open, you will need to use an older version of EdgeTX Companion. This follows on from EdgeTX 2.8 being the last firmware version to support binary conversion (i.e. from OpenTX 2.3 or earlier versions of EdgeTX).
28+
Warning
29+
Due to a change in how the handset battery voltage calculation is done (due to #5635, #6255), you may want to double check the accuracy of your measured handset battery voltage if you have calibrated it in the past. Default value should be pretty close if you have never calibrated it.
30+
What's Changed
31+
TL;DR: We added support for the FlySky PL18U handset, support for new (fresh paint smell new!) CRSF/ELRS sensor telemetry, fixed a bunch of issues on both color and black-and-white screen radios—particularly some nasty issues for the GX12 and ST16, fixed several handset specific issues, continued to enhance the LVGL Lua API and fix some bugs there, as well as whacked some Companion gremlins.
32+
New Handset
33+
- feat: Support for new handset: Flysky PL18U (#6115)
34+
Telemetry
35+
- feat(telem): add support for latest CRSF sensor definition - Airspeed, RPM, Temp, Cells (#6274)
36+
- feat(telem): allow CRSF cells or volt array for frame 0x0E (#6361)
37+
Black and White handsets
38+
- fix(bw): main view switch display may be incorrect (#6308)
39+
- fix(bw): spectrum analyser corrupts menu display after closing (#6381)
40+
Color screen handsets
41+
- feat(color): delay population of mix line button content so mixes tab loads faster (#6262)
42+
- feat(color): handle long press enter for pre-flight switch checks (#6282)
43+
- fix(color): output channel may not get focus when user taps on screen (#6271)
44+
- fix(color): channel monitor bars too wide, clip right edge (#6272)
45+
- fix(color): reduce lag in scrolling main view when using model info widget (#6296)
46+
- fix(color): outputs widget channel value may not update if unit is set to μs (#6343)
47+
- fix(color): choice button display not updating if values list changed (#6354)
48+
- fix(color): fix EM crashes when shutting down Lua states (#6337)
49+
- fix(color): UI freeze when setting up 'Set' special function with no timers configured (#6377)
50+
- fix(color): incorrect portrait layout for radio hardware page (#6375)
51+
- fix(color): UA language characters are missing (#6368)
52+
- fix(color): screen refresh may be slower on some radios after update to LVGL 8.4 (#6349)
53+
- fix(color): button text for some choice values may be incorrect (#6329)
54+
- chore(color): apply latest LGVL 8.4 changes (#6335)
55+
All handsets generally
56+
- feat: Support for Flysky Gimbal firmware 2.0 - Sync Sampling (#5869)
57+
- chore(radio): unify the bootloader UI code (#6189)
58+
- refactor(radio): move per10ms() to a software timer (#6321)
59+
- fix(radio): verify PWM gimbal pulse length (#6283)
60+
- fix(radio): potential crash if too many telemetry sensors discovered (#6288)
61+
- fix(radio): mix line not working if source is a global variable (#6304)
62+
- fix(radio): do not mask inputs if PWM gimbal detection failed (#6373)
63+
Radio/handset specific
64+
- fix(st16): audio chip init and data transfer (#6299)
65+
- fix(st16): external module DMA conflict (#6300)
66+
- fix(v16): trim T5/T6 swapped (#6315)
67+
- fix(v14): ADC RTC battery reading returns strange value (#6345)
68+
- fix(v14): SA/SD LED init (#6338)
69+
- fix(gx12): use PCA95xx reset pin in case of read issues (#6358)
70+
- fix(t18): normal switch off with one button (#6276)
71+
- fix(surface): THs throttle timer may start counting when throttle is centered (#6323)
72+
- fix: review Jumper VREF values (#6285)
73+
- fix(f2): DMA buffer alignment - helps with memory usage / fragmentation (#6339)
74+
Lua
75+
- chore(color): additions and fixes for Lua LVGL API (#6294, #6351)
76+
- feat(lua): add state & persistent properties to the logical switch API (#6327)
77+
- fix(lua): curve value incorrect in model.getInput and model.insertInput API calls (#6357)
78+
- fix(lua): memory leaks (#6372, #6297)
79+
- fix(color): Lua LVGL line color not set correctly when 'pts' property is a function (#6270)
80+
- fix(color): string passed to the Lua 'set' function of textEdit control may not be terminated (#6334)
81+
Companion
82+
- fix(cpn): input trim list (#6366)
83+
- fix(cpn): length of widget option strings (#6378)
84+
More information, which is broken down into by screen type (Color LCD and B&W), is available in the user manual here. You can also check the 2.11.0 release notes for what was new or changed in this release.
85+
Full Changelog: v2.11.1...v2.11.2
86+
Known Limitations and Issues
87+
- Wireless Model Trainer and CRSF/ELRS - if using the Multi Protocol Module (MPM) as a wireless trainer in conjunction with CRSF/ELRS, do not go above 250 Hz, otherwise the MPM wireless trainer will be dropped. 250 Hz or below is stable.
88+
- Due to a change in how the battery voltage calculation is done, you may want to double check the accuracy of your measured battery voltage if you have calibrated it in the past. #5635, #6255
89+
UI/UX behavioural changes and/or new capabilities:
90+
- Color LCD: menus now "wrap around" when using the rotary encoder, allowing you to get to back to the top of the list quickly (#4867)
91+
- Companion: New menus have been added, and menu entries reorganized to be no so cluttered and more logical (#5753)
92+
- Companion: Now automatically validates if any model settings have any missing mixer or input sources, and prevents writing of invalid model configurations to handset, while turning invalid model names red. Shows a red/green traffic light at the bottom of the models window to indicate overall status (#5798)
93+
Supported radios
94+
The full list of supported radios and their support status can be viewed here on the EdgeTX website.
95+
Installation Guide
96+
https://manual.edgetx.org/installing-and-updating-edgetx
97+
Flash firmware via Chrome based browser
98+
https://buddy.edgetx.org/#/flash?version=v2.11.2
99+
Language and Custom builds
100+
Custom prebuilt firmware is no longer available. However, the CloudBuild option in EdgeTX is here to allow you to build your own firmware, with just a few clicks. Additionally, EdgeTX Companion now also has some support for CloudBuild, and will automatically fetch firmware for a supported language when you use the "Update components" option. But you can still build your own firmware online following this guide, request a specific build at #6165 or ask on Discord for someone to build one for you.
101+
New Contributors
102+
- @bastian2001 made their first contribution in #4857
103+
- @493505110 made their first contribution in #5288
104+
- @LupusTheCanine made their first contribution in #5452
105+
- @nrw505 made their first contribution in #5410
106+
- @forbesmyester made their first contribution in #5688
107+
ReleaseNotesUrl: https://github.com/EdgeTX/edgetx/releases/tag/v2.11.2
108+
ManifestType: defaultLocale
109+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: EdgeTX.Companion
5+
PackageVersion: 2.11.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)