-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Question for platformio.ini and user_config.h #2589
Comments
This should do it but I do not support it. |
Hi, Just for confirmation, could be like that ? platformio.ini [platformio] env_default = sonoff-PL build_flags = and in user_config.h // ENV_NAME #define USE_SR04 #endif http://docs.platformio.org/en/latest/projectconf/section_env_build.html#build-flags |
5.13.0a * Add define MODULE for user selecting default model although it preferably should not be changed (arendst#569, arendst#2589)
Hi,
Is it possible to read variable from platformio.ini i.e.
env_default = wemeos-d1-watter-PL
or any other setting for usage
to set user_config.h
#define MODULERL 1
The text was updated successfully, but these errors were encountered: