-
Notifications
You must be signed in to change notification settings - Fork 112
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
[LVGL] If flow support is turned off then the generated files still contain flow usages #377
Comments
When you turn off flow support, the template files, for now, are not changed/updated. "LVGL" and "LVGL with EEZ Flow" have different set of template files. This is already reported (see #366) and will be addressed in the next release. For now, you will need to manually delete all the template files and copy-paste from a new project created with the "LVGL" template. |
Thank you. I have tried it with 0.13.1 and copied all files from sample LVGL no flow project. However in screens.c I still see getFlowState usages. For example: and: Looking for next version. |
This is already fixed in master branch, see #373. Will be in 0.14.0 release, due by June 10, but you can always build a Studio from master branch. |
A similar problem happens in the reverse case - when I enable Flow in a project which did not originally have it, the relevant files + content updates don't seem to be applied. Tried latest release and latest on Would it be appropriate to copy/paste the relevant JSON from an LVGL+Flow project file into my originally-LVGL-only project file as a workaround? |
Describe the bug
If flow support is turned off then the generated files still contain flow usages.
To Reproduce
Expected behavior
If flow support is removed from a project (unchecked) nad project is build again then build files should not contain flow data in any code anymore.
Desktop (please complete the following information)
LVGL version (if used)
Additional context
The text was updated successfully, but these errors were encountered: