cyijun / ESP32MQTTClient

A thread-safe MQTT client for Arduino ESP32xx, based on ESP-IDF MQTT component. | Need help for adapting the latest mqtt component.
MIT License
15 stars 2 forks source link

#error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor." #11

Open 5calV opened 3 months ago

5calV commented 3 months ago

When trying to compile it for an ESP32-WROOM-32, I get following error:

error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor."

I thought this lib is for the ESP32?

cyijun commented 2 months ago

Hi, would you please paste more context about this error? I have never seen this beforešŸ¤”