mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +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)
|
#define MQTT_WIFI_CLIENT_TIMEOUT 200 // Wifi TCP connection timeout (default is 5000 mSec)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_MQTT_AZURE_IOT
|
|
||||||
#include <bearssl\bearssl.h>
|
#include <bearssl\bearssl.h>
|
||||||
#include <base64.hpp>
|
#include <base64.hpp>
|
||||||
|
#ifdef USE_MQTT_AZURE_IOT
|
||||||
#include <JsonParser.h>
|
#include <JsonParser.h>
|
||||||
#undef MQTT_PORT
|
#undef MQTT_PORT
|
||||||
#define MQTT_PORT 8883
|
#define MQTT_PORT 8883
|
||||||
|
Loading…
x
Reference in New Issue
Block a user