Trying to send temperature and humidity in one RF message

PaulS:

  myMsg.data[2] = t >> 4;

myMsg.data[2] = h >> 4;
  myMsg.data[3] = t;
  myMsg.data[3] = h;



Explain what you think this is doing. It isn't, but I could use a good laugh.

Someone just asked your help and this is how you reply? Nice effort.