-
Notifications
You must be signed in to change notification settings - Fork 132
Platform.sloeber.txt is not handled the same way as boards.sloeber.txt #1267
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
Comments
My assumption that platform.txt files are processed by txtFile class is wrong .... only boards.txt are processed this way. |
This turns out to be a real rabbithole. |
jantje
pushed a commit
that referenced
this issue
Dec 1, 2020
I put all txt processing in a seperate package I put vars in a key value list and add the key value list then to the build environment variables This is prep work for making a variable provider Cleaned up lots of redundant code Moved more "workarounds" to the workaround class so sloeber.txt files are nearly 100% ready to be simply read and ready
This is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
platform.sloeber.txt is created at platform install but boards.sloeber.txt is created at each read.
See more details at #1184
The text was updated successfully, but these errors were encountered: