Moving the SSL and Base64 to global

This commit is contained in:
ksaye 2021-04-29 13:13:58 -05:00 committed by GitHub
parent 3c78626b12
commit 5b90754af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,9 @@
#define MQTT_WIFI_CLIENT_TIMEOUT 200 // Wifi TCP connection timeout (default is 5000 mSec)
#endif
#ifdef USE_MQTT_AZURE_IOT
#include <bearssl\bearssl.h>
#include <base64.hpp>
#ifdef USE_MQTT_AZURE_IOT
#include <JsonParser.h>
#undef MQTT_PORT
#define MQTT_PORT 8883