Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 11 months ago.
Can I detect with "ifdef" that I compile the code with SMeshStudio?
Can I detect with "ifdef" that I compile the code with SMeshStudio? If I use arduino IDE, I can detect IDE version in compile. The arduino IDE defined ARDUINO variable, and I can check this in code:"#if ARDUINO>1......" The SMeshStudio have similar defined variable or not?