arduino-mqtt icon indicating copy to clipboard operation
arduino-mqtt copied to clipboard

Error connect MQTT SSL/TLS with module CBU use platform libretiny

Open TuanAIoT opened this issue 2 years ago • 0 comments

I use CBU module with platformio.ini configuration [env:cbu] platform = libretiny board = cbu framework = arduino upload_speed = 921600 monitor_speed = 115200 lib_compat_mode = off lib_deps = 256dpi/MQTT@^2.5.1

I have an MQTT connection without SSL/TLS But I have problems connecting with MQTT SSL/TLS. Don't know what the error is and how to fix it.

Can someone help me fix it

image image image

TuanAIoT avatar Oct 21 '23 02:10 TuanAIoT