From e9219886850587e3eb1b0cbc4dd67660926b9043 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Tue, 16 Feb 2021 11:57:36 +0100 Subject: [PATCH] Update sendemail_ESP8266.ino --- tasmota/sendemail_ESP8266.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/sendemail_ESP8266.ino b/tasmota/sendemail_ESP8266.ino index 39989c2e5..f8fb023fd 100644 --- a/tasmota/sendemail_ESP8266.ino +++ b/tasmota/sendemail_ESP8266.ino @@ -1,4 +1,4 @@ -#ifndef ESP32 +#ifdef ESP8266 #ifdef USE_SENDMAIL #include "sendemail_ESP8266.h"