🚸 Apply liblvgl as a default template for PROS 4 #356
Merged
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.
Summary:
Add liblvgl as a default template for only PROS 4 or newer projects.
Motivation:
As PROS 4 moves into mainline, liblvgl should become a default template as it was in the early access depot.
Test Plan:
It is not currently possible to test if liblvgl is applied when PROS 4 is in mainline but as proven from creating PROS 4 in early access, the template will be applied when creating a PROS 4 project regardless of depot. The test also proves liblvgl will not be applied when attempting to create a PROS 3 project.
Create a PROS 3 project (liblvgl should not be applied)
Create a PROS 4 project (liblvgl should be applied)