Why do I get the error message
error: invalid conversion from ‘const char*’ to ‘unsigned char’ [-fpermissive]
if I try to overwrite a certain value in an array of data type unsigned char?
The data type I want to overwrite the value is also a unsigend char.
Don't you use
instead of
?
Anyway you should put some code on your post to show us where is the error.