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