sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.91k stars 659 forks source link

Added ability to use string in the send command. #328

Closed Casey7747 closed 4 years ago

Casey7747 commented 4 years ago

Let me know if I have done a noob. As, I am a noob.

1technophile commented 4 years ago

Alternatively you could use on your main program : (char *)myString.c_str() to convert a string to a char pointer.

Casey7747 commented 4 years ago

Thanks. Have done.