Added delay after sending triState

This commit is contained in:
Arne Baeumler 2015-04-13 21:59:25 +02:00
parent 4aacefdb97
commit b6ae6d93f5

View File

@ -47,6 +47,7 @@ void loop() {
Serial.println("Code: " + code_str);
mySwitch.sendTriState((char*)code_str.c_str());
delay(1000);
client.flush();