We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PLATFORMIO_HOME_DIR
PLATFORMIO_LIB_DIR
PLATFORMIO_SRC_DIR
PLATFORMIO_ENVS_DIR
PLATFORMIO_SRCBUILD_FLAGS
PLATFORMIO_SETTING_${SETTING_NAME}
The text was updated successfully, but these errors were encountered:
+1 for these.
Sorry, something went wrong.
Implemented in ae92cde
Documentation: http://docs.platformio.org/en/latest/envvars.html
Version bump to 1.1.0 (issues #102 #103 #106)
7de9109
ivankravets
No branches or pull requests
PLATFORMIO_HOME_DIR
- see http://docs.platformio.org/en/latest/projectconf.html#home-dirPLATFORMIO_LIB_DIR
- see http://docs.platformio.org/en/latest/projectconf.html#lib-dirPLATFORMIO_SRC_DIR
- see http://docs.platformio.org/en/latest/projectconf.html#src-dirPLATFORMIO_ENVS_DIR
- see https://github.com/ivankravets/platformio/blob/develop/platformio/util.py#L112PLATFORMIO_SRCBUILD_FLAGS
- see https://github.com/ivankravets/platformio/blob/develop/platformio/builder/tools/platformio.py#L67PLATFORMIO_SETTING_${SETTING_NAME}
from http://docs.platformio.org/en/latest/userguide/cmd_settings.htmlThe text was updated successfully, but these errors were encountered: