Hi,
I was wondering how I would go about creating a string characteristic and adding a counter value to the string. Would I need to create a second characteristic to go with the first? Or just do an if-else statement. So say I input the string (can be different words) and every time the string is sent from the master, the output would become "Hello0", "Word1", "String2" etc. Thank you.
Serena