Plugs not picking up signal as easily, brute force it
This commit is contained in:
parent
5f851839bc
commit
90210c8448
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ void setup() {
|
|||
on = !on;
|
||||
Serial.print("On: ");
|
||||
Serial.println(on);
|
||||
for (int i = 0; i < 3; i++) {
|
||||
for (int i = 0; i < 50; i++) {
|
||||
_transmitter.send(on);
|
||||
delay(10);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue