-
-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
type: enhancementProposed improvementProposed improvement
Description
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!
Pimmetje, naggie, bxparks, d-a-v and alranel
Metadata
Metadata
Assignees
Labels
type: enhancementProposed improvementProposed improvement
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
boards.txt
file not used in the compilation command #210Changing #define OTA_STORAGE_MKRMEM to OTA_STORAGE_SFU (#159)