mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +00:00
Moving the SSL and Base64 to global
This commit is contained in:
parent
3c78626b12
commit
5b90754af6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user