Skip to content

Commit

Permalink
Minor update for Raspberry Pi Pico.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Aug 20, 2023
1 parent 012d218 commit e5450c7
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 @@ -987,7 +987,7 @@ bool ESP_Mail_Client::readMail(IMAPSession *imap, bool closeSession)
}
#endif
}
#if defined(MB_ARDUINO_ESP)
#if defined(MB_ARDUINO_ESP) || defined(MB_ARDUINO_PICO)
out:
#endif
if (readCount < imap->_imap_msg_num.size())
Expand Down

0 comments on commit e5450c7

Please sign in to comment.