JochiPochi / LazIRTag

Arduino based LaserTag System
The Unlicense
0 stars 1 forks source link

Play/Pause with delayed repetition Sends two commands #1

Open dan52595 opened 9 years ago

dan52595 commented 9 years ago

Using the same delay that I read from the remote, I have an issue where the packet is received and acted upon twice if it's repeated, like it is from the remote. The code currently only loops through the packet once to prevent this.