Skip to content

Commit 24203a9

Browse files
committed
Add missing include sentinel/check
1 parent dbb2385 commit 24203a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

EMailSender.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434

3535
#include "EMailSender.h"
3636
#include <stdio.h>
37+
#if defined(ESP32)
3738
#include <mbedtls/base64.h>
39+
#endif
3840

3941
//#include <SPIFFS.h>
4042
//#include <LittleFS.h>

0 commit comments

Comments
 (0)