Search found 3 matches

by aiwindustries
Thu Nov 22, 2018 2:09 pm
Forum: ESP32 Arduino
Topic: WifiClientSecure over Ethernet
Replies: 1
Views: 6299

Re: WifiClientSecure over Ethernet

What library do you replace WiFiClientSecure with when using the Olimex boards?

This code works with a Wiz850io and the ESP32 using MQTT (non-TLS)


#include <PubSubClient.h>
#include <SPI.h>
#include <Ethernet2.h>
#include <EthernetUdp2.h>
#include "time.h"


const char* ssid = "xxxxxxxxx";
const ...

Go to advanced search