on the receiver Id like to check if '2' is for the receiver or not
if(text_arrived[0] == '2')
// or
if(text_arrived[0] == text_static[0])
So, im spending a lot of hours on that
I think you are trying to make it more difficult than it needs to be.
on the receiver Id like to check if '2' is for the receiver or not
if(text_arrived[0] == '2')
// or
if(text_arrived[0] == text_static[0])
So, im spending a lot of hours on that
I think you are trying to make it more difficult than it needs to be.