Skip to content

Commit

Permalink
Fixed compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jun 7, 2022
1 parent 4e820af commit 78aa94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESP_Mail_IMAP.h
Original file line number Diff line number Diff line change
Expand Up @@ -4181,7 +4181,7 @@ bool IMAPSession::connect(bool &ssl)
bool secureMode = true;

#if defined(ESP32) && defined(ESP32_TCP_CLIENT)
if (_debug && !imap->_customCmdResCallback)
if (_debug && !_customCmdResCallback)
client.setDebugCallback(esp_mail_debug);
#elif defined(ESP8266) && defined(ESP8266_TCP_CLIENT)
client.txBufDivider = 16; // minimum, tx buffer size for ssl data and request command data
Expand Down

0 comments on commit 78aa94f

Please sign in to comment.