diff --git a/esp8266/433/esp8266_433/esp8266_433.ino b/esp8266/433/esp8266_433/esp8266_433.ino index 5d9369e..7dcab53 100644 --- a/esp8266/433/esp8266_433/esp8266_433.ino +++ b/esp8266/433/esp8266_433/esp8266_433.ino @@ -47,6 +47,7 @@ void loop() { Serial.println("Code: " + code_str); mySwitch.sendTriState((char*)code_str.c_str()); + delay(1000); client.flush();