From 60ea83f41ca1de81b6ce934202dbcf5d1dedc3cf Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Sun, 20 Oct 2019 11:34:29 +0200 Subject: [PATCH] sendmail timeout 2000 --- sonoff/sendemail.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/sendemail.ino b/sonoff/sendemail.ino index dbc13cf41..70571b5d2 100755 --- a/sonoff/sendemail.ino +++ b/sonoff/sendemail.ino @@ -149,7 +149,7 @@ uint16_t SendMail(char *buffer) { // 2 seconds timeout #ifndef MAIL_TIMEOUT - #define MAIL_TIMEOUT 500 + #define MAIL_TIMEOUT 2000 #endif mail = new SendEmail(mserv,port,user,passwd, MAIL_TIMEOUT, auth);