From 1deb92a2b13478b36c9abf0b9f661406a0359f9e Mon Sep 17 00:00:00 2001 From: Javier Arigita Date: Sat, 18 Apr 2020 20:53:28 +0200 Subject: [PATCH] Fix kCommandSource adding heating source --- tasmota/sendemail.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/sendemail.ino b/tasmota/sendemail.ino index 0edd52072..8bcddb029 100644 --- a/tasmota/sendemail.ino +++ b/tasmota/sendemail.ino @@ -354,13 +354,13 @@ String buffer; client->println(msg); #endif client->println('.'); -#ifdef _EMAIL_PORT +#ifdef DEBUG_EMAIL_PORT AddLog_P2(LOG_LEVEL_INFO, PSTR("%s"),buffer.c_str()); #endif buffer = F("QUIT"); client->println(buffer); -#ifdef _EMAIL_PORT +#ifdef DEBUG_EMAIL_PORT AddLog_P2(LOG_LEVEL_INFO, PSTR("%s"),buffer.c_str()); #endif