khoih-prog / EthernetWebServer_SSL

Simple TLS/SSL Ethernet WebServer, HTTP Client and WebSocket Client library for for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52 and RASPBERRY_PI_PICO boards using Ethernet shields W5100, W5200, W5500, ENC28J60 or Teensy 4.1 NativeEthernet/QNEthernet. It now supports Ethernet TLS/SSL Client. The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino boards (SAM DUE, Atmel SAM3X8E ARM Cortex-M3, SAMD21, SAMD51, ESP8266, ESP32, Adafruit nRF52, Teensy boards) using Wiznet W5x00 or ENC28J60 network shields. Ethernet_Generic library is used as default for W5x00 with custom SPI
GNU General Public License v3.0
46 stars 10 forks source link

Build MQTTClient_SSL Error #29

Closed Huynguyen97haui closed 1 year ago

Huynguyen97haui commented 1 year ago

Describe the bug

Hi Mr. Khoi Hoang, i'm trying build MQTTClient_SSL example but i got some error, it's look like without some libraries. Can you help me fix it? Thank you so much! I appriciate!

Screenshots

image

khoih-prog commented 1 year ago

Hi @Huynguyen97haui

Please follow the minimal rule when posting an issue, especially this is possibly your problem, not library issue or bug.

Never post an unreadable image, you have to post MRE and the compile error by copy and paste the text and wrapping within the code tag or triple back-ticks

The issue is closed now, and won't reopen until you post the issue in correct format and also prove that is a bug / issue of the library.