puuu / ESPiLight

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

Add feature to disable signal echo at runtime. #21

Closed janLo closed 6 years ago

janLo commented 6 years ago

This adds ESPiLight::setEchoEnabled(bool) to control if the receiver should be temporary switched off while sending.

janLo commented 6 years ago

This is at the moment on top of #21 . I'll rebase it as soon as everything up to #21 got merged.

janLo commented 6 years ago

Rebased before the API changes

puuu commented 6 years ago

merged in 799560c2f96587d9533c9ade3df051112621f26f . disable echo by default in 41e11dcd54335175c1b0087e10066b7a21a252bf .

Thanks!