puuu / ESPiLight

ESPiLight - pilight 433.92 MHz protocols library for Arduino
GNU General Public License v3.0
109 stars 41 forks source link

Fix stringToPulseTrain invalid string checking #50

Closed melyux closed 3 years ago

melyux commented 3 years ago

Fixes the check for the presence of the code and pulse sections in the pulse train string in stringToPulseTrain(). Split into separate PR as requested.

puuu commented 3 years ago

Thanks, merged!