Replies: 1 comment 2 replies
-
This is not library issue unless you config to use or enable PSRAM in Arduino IDE as your device does not have any PSRAM connected as this debug error shown. 18:20:42.619 -> E (116) psram: PSRAM ID read error: 0xffffffff |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Build tool used:
Board used (ESP32/ESP8266/Arudino):
Other Libraries That are used:
Description of problem:
I used the SMTP/Send_Text.ino in order to test this library and it fails to work.
I got this log every time (ckpt_session, ckpt_recipient and ckpt_connect are just print I placed here) :
Share code snippet to reproduce the issue:
Additional information and things you've tried:
I thought it was du to a miss configuration of mine. So, I checked everything ten times and I cannot find anything in Gmail that I miss (I followed your instructions and other sources as this one : https://randomnerdtutorials.com/esp32-send-email-smtp-server-arduino-ide/).
I also used all 2.0.X version of this GitHub project but all of them have the same issue.
I have the unpleasant impression that I miss something but since I spent the most part of the day on this without finding anything I'm asking here if something is wrong with the library ? :/
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions