-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR2995 carryTrim cleanup #3121
Merged
Merged
PR2995 carryTrim cleanup #3121
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pfeerick
added
color
Related generally to color LCD radios
B&W
Related generally to black and white LCD radios
companion
Related to the companion software
bug/regression ↩️
A new version of EdgeTX broke something
labels
Jan 28, 2023
|
pfeerick
added a commit
that referenced
this pull request
Feb 5, 2023
* chore: Run `generate-yaml.sh` * chore(cpn): carryTrim -> trimSource * fix(build): Boxer missing from `generate-yaml` * dodgy attempt to read old carryTrim * fix: Don't break the byte boundary + reorder * fix(yaml): indentation for attributes that should not be output * chore: Regenerate YAML after rebase --------- Co-authored-by: raphaelcoeffic <[email protected]>
philmoz
pushed a commit
to philmoz/edgetx
that referenced
this pull request
Feb 13, 2023
* main: (30 commits) feat(cpn): Radiomaster Boxer support (EdgeTX#2910) chore: Move __global_locale to FLASH (frees some RAM!) (EdgeTX#3169) chore: Remove obsolete language defines, single source for telemetry sensor names (EdgeTX#3119) feat(lua): Port of NodeMCU Lua53 read-only tables (EdgeTX#2994) chore: New module/serial API (EdgeTX#3055) chore: Updated SE translations 🇸🇪 (EdgeTX#3148) Update README.md fix(color): Duplicate selected theme, update color list (EdgeTX#3122) fix: Regenerate yaml, carryTrim => trimSource cleanup (EdgeTX#3121) chore(color): LVGLify custom mixer scripts page (EdgeTX#3071) fix(translation): String casting for CZ/IT/FR Fixes EdgeTX#3145 fix(cpn): Save "set main view" number for special/global function (EdgeTX#3132) chore(color): LVGLify statistics and debug screens (EdgeTX#3072) chore(color): LVGLify and enhance model -> telemetry page (EdgeTX#3070) chore: Updates to Danish translations 🇩🇰 (EdgeTX#3128) chore: CN/TW translations for theme save and delete strings (EdgeTX#3129) chore: fix STM32 HAL headers fix(color): Overlap in logical switch monitor footer (EdgeTX#3137) fix(doc): LUA doc link to units.md feat(color): Change global variables layout to better match other pages (EdgeTX#3116) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
B&W
Related generally to black and white LCD radios
bug/regression ↩️
A new version of EdgeTX broke something
color
Related generally to color LCD radios
companion
Related to the companion software
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes issue with #2995 where the data model is actually changed. This is part 1 of the intended 2-part fix... to simply resolve the issue for 2.8.1 and Companion 2.8.1. Ideally, Companion 2.9 would refer to carryTime as trimSource internally to remove any confusion.