You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the ${regular_platform.build_flags} refers ${common.build_flags}, which doesn't exist.
The result is no error, but it has the build_flags empty.
PIO version:
I tried to get my platformio.ini file a lot more structured by using
extends
.Just a section of my ini file:
As you can see, the
${regular_platform.build_flags}
refers${common.build_flags}
, which doesn't exist.The result is no error, but it has the
build_flags
empty.Part of the verbose output:
The text was updated successfully, but these errors were encountered: