Device Type variable seen from the Pre-processor?

I am trying to find out that once I select what device I am flashing in Web Development API if there is a pre-defined “variable” present for the devicetype I selected.

ie #define ARGON true or #define XENON true

Any links would be appreciated.

PLATFORM_ID would be what you are looking for - there are some threads about that already.

1 Like

Thanks. I just could not come up with the correct definition. It appears to be working.

1 Like