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.
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.
Thanks. I just could not come up with the correct definition. It appears to be working.