mqtt secure only for S3 (avoid conflict with tasmota platform esp32)

This commit is contained in:
MichaelDvP
2023-10-14 18:31:06 +02:00
parent 855794dbe8
commit b4e266f128
3 changed files with 23 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ the LICENSE file.
#pragma once
#if CONFIG_IDF_TARGET_ESP32S3
#define EMC_CLIENT_SECURE
#endif
#ifndef EMC_TX_TIMEOUT
#define EMC_TX_TIMEOUT 2000
#endif