how to receive string?
so one can send a character but not a string. i saw in the .h the received value is stored in a unsigned long.
does some one has a solution how to send and receive strings?
i wanna add some characters in my transmitter to sort them.
something like:
transmitter.send("SmartHomeSwitch1");
transmitter.send("SmartHomeSwitch2");
how to receive string? so one can send a character but not a string. i saw in the .h the received value is stored in a unsigned long. does some one has a solution how to send and receive strings? i wanna add some characters in my transmitter to sort them. something like: transmitter.send("SmartHomeSwitch1"); transmitter.send("SmartHomeSwitch2");