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
Hello all,
great tool firstly! Is there a way to use or config new cppflags like -DTESTDEFINE for example?
I would like to enable those macros from CLI for a variant handling.
Example:
// Get right parameter based on variant #if defined(TESTDEFINE) par = TEST_PAR; #else par = DEFAULT_PAR; #endif
Hope someone can assist me.
Thanks!
The text was updated successfully, but these errors were encountered:
boards.txt
Changing #define OTA_STORAGE_MKRMEM to OTA_STORAGE_SFU (#159)
b9a6f88
No branches or pull requests
Hello all,
great tool firstly!
Is there a way to use or config new cppflags like -DTESTDEFINE for example?
I would like to enable those macros from CLI for a variant handling.
Example:
Hope someone can assist me.
Thanks!
The text was updated successfully, but these errors were encountered: