1.4.0
版本发布时间: 2023-10-30 06:03:19
ExpressLRS/Backpack最新发布版本:1.5.1(2024-09-21 10:29:02)
Who should update from V1.3?
- HDZero users
- EdgeTX 2.9.X users
Targets
- Fix naming of Skyzone targets #108
New Features
Cloud Builds
“ELRS is great, but the first-time setup was a PITA!” This is one of the main complaints we see across the groups about ExpressLRS.
We understand the challenges faced during the initial setup process of ExpressLRS, with many users expressing their frustration. In version 1.4, we are doing something to improve this, starting with the introduction of pre-compiled builds.
While our "just-in-time" firmware compilation approach has served us well in the past, it has also caused inconvenience and frustration. Various factors, some of which were completely out of our control (e.g. updates to the Platformio framework), have resulted in failed configurator builds, leading to user dissatisfaction.
To overcome these challenges, we have made a significant change in v1.4. Instead of relying on local compilation for release versions, the configurator will now seamlessly retrieve pre-built firmware from the cloud and flash it onto your device. This shift not only drastically reduces firmware update times from minutes to seconds but also eliminates many annoying build issues, where users are faced with the dreaded red "failed build" error message in the Configurator.
Make sure you have updated to version 1.6.0 the Configurator to take advantage of this awesome new feature: https://github.com/ExpressLRS/ExpressLRS-Configurator/releases
Other notable features
- Add Fusion OSD link & battery #103
- Enable MSP_SET_VTX_CONFIG ESP-NOW input message #95
- Update ETX flashing #97
Fixes
- Don't leak msppacket every Get on HDZero/Skyzone #100
A note on versioning
The versioning scheme chosen by the ExpressLRS devs is based on the semantic versioning scheme. Where a version is defined as “major.minor.patch” major = major new feature and/or incompatible changes minor = minor features or enhancements and/or new targets patch = bug-fixes