-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Dynamic variables/templates for use in platformio.ini #705
Comments
thats great cheers. Was a question so moved it to the forum. |
Why did you close this issue? That is a great feature for PaltformIO 3.0. I had the same idea 👍 Now, it should be 100% implemented. |
I propose a next format of dynamic variables: [common]
build_flags = -DHELLO -Icustom/inc
[env:uno_debug]
build_flags = -DDEBUG ${common.build_flags}
[env:uno_release]
build_flags = -DRELEASE ${common.build_flags} |
This looks great:) |
Yes.. this is really a nice idea.a great feature indeed |
Please re-test it with the latest development version http://docs.platformio.org/en/latest/installation.html#development-version |
Works great @ivankravets |
@raymusmunt please give us a 🌟 https://github.com/platformio/platformio/stargazers 😊 |
I'd like to define some variables that are constant between about 6 [env]. is this possible...
something like
then later
The text was updated successfully, but these errors were encountered: