-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BUG] Does not compile with MENU_LIST_MODE enabled TFT35 v3 #275
Comments
Fixed here #279 you can ignore the warnings, just compile again and they will disappear. |
@zech please close the issue |
I can do when it's merged. Why isn't it so far? |
BTT is slow when it comes to merging. until then you can download the source with the fix from this repository: https://github.com/guruathwal/BIGTREETECH-TouchScreenFirmware |
I see. The PR builds fine. Thanks. I'll close it then. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
I'm trying to compile the latest firmware from the master branch myself with VSCode/PIO. As soon as I enable list mode it does not compile and throws a lot of error messages like this:
It does seem like the renaming of variables was not done everywhere because it compiles fine with this option disabled.
Steps to reproduce
//#define MENU_LIST_MODE
to#define MENU_LIST_MODE
Expected behavior
Should compile without errors and warnings.
Actual behavior
Compiles with some errors as described above about variables not existing. And a ton of warnings about missing braces around initializers.
Additional Information
Configuration_h.zip
The text was updated successfully, but these errors were encountered: