ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
893 stars 336 forks source link

added "repeatTransmit" parameter to codesend #70

Open chrisEff opened 4 years ago

chrisEff commented 4 years ago

An optional "repeatTransmit" parameter for codesend which gets passed down to rcswitch and tells it how often to repeat sending the signal.

(This is basically a clone of PR #60 which had to be closed for technical reasons.)