Open
Description
I used to set the value of my characteristics directly using a char array variable at the SetValue() function.
Now, once I updated to 1.4.0 version of the library, the code can't compile cause the variable I use it's not in a valid format.
How do I have to reference or address my char array variable to be compatible with this version?