Skip to content
Discussion options

You must be logged in to vote

You need to define this constants elsewhere not in your header file. For example, if you're using PlatformIO, add them to your build_flags.
Why? For it to be processed it needs to be imported into the relevant file. You'd need to edit the library for that. Otherwise, declare them in the tools you use to build like the example above.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FulvioSpelta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants