Is USER_SETUP_ID available at compile time? #3549
-
As the title says I'm wondering if USER_SETUP_ID is available at compile time (in the Arduino IDE)? If I do Serial.println(USER_SETUP_ID);, I get the output I expect. But if I do this:
... it doesn't seem to work. |
Beta Was this translation helpful? Give feedback.
Answered by
Basitadam
Nov 15, 2024
Replies: 2 comments 1 reply
-
Hi @elaw01887, I think depends where you put the statement. Example: Works when I put after: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elaw01887
-
Thanks... that fixed my problem! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @elaw01887,
I think depends where you put the statement. Example:
My USER_SETUP_ID is 70, does not work if I put here, before the library include line:
Works when I put after: