Update sendemail_ESP32.ino

This commit is contained in:
gemu2015 2021-02-18 16:42:43 +01:00
parent c528bf20a9
commit 8b4703c095
1 changed files with 2 additions and 0 deletions

View File

@ -5,12 +5,14 @@
#ifdef ESP8266
#ifndef SEND_MAIL32_MINRAM
#undef SEND_MAIL32_MINRAM
#define SEND_MAIL32_MINRAM 13*1024
#endif
#endif // ESP8266
#ifdef ESP32
#ifndef SEND_MAIL32_MINRAM
#undef SEND_MAIL32_MINRAM
#define SEND_MAIL32_MINRAM 30*1024
#endif
#endif // ESP32