fix(color): Special/Global functions from 2.9 not imported correctly in 2.10.#4498
fix(color): Special/Global functions from 2.9 not imported correctly in 2.10.#4498pfeerick merged 2 commits intoEdgeTX:mainfrom
Conversation
…l/global function syntax
|
Nice job. Thx.
|
|
I've added a fix for SD Logs (and Haptic). Unfortunately I don't think there is anything I can do for Vario and other functions that have no extra parameters. The code that parses the function parameters is not called when the parameter list is empty so there is no opportunity to set the enabled flag. This affects Instant Trim, BG Music Pause, Vario, Screenshot, Racing Mode, Disable Touch, and Audio Amp Off. @pfeerick The release notes for 2.10 will need to mention that the above SF/GF will need to be manually enabled after update. |
|
Is this a side effect of when the default for the active flag was changed in #3601? |
It's a side effect of 3601 because functions that did not have an enable flag now do, and the value of the flag defaults to 0 (not enabled). |
Fixes #4495
Fix for reading 2.9 model files in 2.10 - correctly handle 2.9 special/global function syntax.