Skip to content

Commit

Permalink
fix: included fix from PR Stef-aap#12
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Sep 30, 2020
1 parent 0837e23 commit 237d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sensor_Receiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ void Store_Modified_Settings_From_Webserver(bool Restart_Needed) {
// Call this function before any sensor or receiver is added!!!!
// ***********************************************************************************
void Restart_Email(String MailTo, String Subject, String Body, bool HTML_Format = false) {
#ifndef ESP32
#if !defined(ESP32) && defined(INCLUDE_RECEIVER_EMAIL)
_Email_Client_Class My_Mail_Client(__SECRET_SMTP_Server, __SECRET_SMTP_Port, __SECRET_SMTP_User, __SECRET_SMTP_PWD);

bool Result;
Expand Down

0 comments on commit 237d5c3

Please sign in to comment.