Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 Support? #9

Open
ispybadguys opened this issue Feb 14, 2018 · 0 comments
Open

ESP32 Support? #9

ispybadguys opened this issue Feb 14, 2018 · 0 comments

Comments

@ispybadguys
Copy link

I wanted to use this on the ESP32 next generation ESP8266 chip.

I made a couple of very simple mods changing
#include <ESP8266WiFi.h> to #include <WiFi.h> and
byte _packetBuffer[48]; to unsigned char _packetBuffer[48]; in line 19 of NTP.h.
I also needed to add #include <WiFiClientSecure.h> to the ESPMailer.h file.

Trying to email from smtp.comcast.net I get the error below. Any ideas appreciated.

`..................Connected

to WiFi
<
Error while processing following command:

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant