From 52a1245730208eb6abd01b56971b2804cefd1d7a Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Tue, 16 Feb 2021 11:52:24 +0100 Subject: [PATCH] Update sendemail_ESP8266.ino --- tasmota/sendemail_ESP8266.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasmota/sendemail_ESP8266.ino b/tasmota/sendemail_ESP8266.ino index 896b8e0e3..39989c2e5 100644 --- a/tasmota/sendemail_ESP8266.ino +++ b/tasmota/sendemail_ESP8266.ino @@ -1,5 +1,5 @@ +#ifndef ESP32 #ifdef USE_SENDMAIL - #include "sendemail_ESP8266.h" // enable serial debugging @@ -483,3 +483,5 @@ void attach_File(char *path) { #endif // USE_SENDMAIL + +#endif // ESP32