Maximilian Milo

Results 2 comments of Maximilian Milo

I created a minimal (working) example for the Arduino IDE: ``` #include #include #include #include #include "certificates.h" WiFiClient tcpClient; SSLClient sslClient = SSLClient(tcpClient, TAs, (size_t)TAs_NUM, A0, SSLClient::SSL_WARN); MQTTClient* mqttClient =...

Hi Rob, first and foremost, thank you for this astonishingly quick and concise answer! I think I was able to grasp the gist of it, and will try to give...