Skip to content

ESP32 Support? #9

@ispybadguys

Description

@ispybadguys

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:

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions