Provisioning not working with port 8080

From the debug terminal showing NTP time, I’m sure you’re using wrong header file (with SSL option)

Try changing in BlynkProvisioning.h from

#include <BlynkSimpleEsp8266_SSL.h>

to

#include <BlynkSimpleEsp8266.h>

2 Likes