I have in the past defined in the macro in the following way..
#define MACRO_NAME "devices/987654/bucket"
I would like to replace the number with a String variable class String in c++ .
How can I define a new macro with inside with string ?
Thanks