Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
5calV opened this issue Apr 3, 2024 · 1 comment

Comments

@5calV
Copy link

5calV commented Apr 3, 2024

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?

@dominicdumont
Copy link

Are you sure it's not another library thats giving you this error? I have searched for this string and could not find it anywhere in the code base.
I use this with an ESP32 / ESP32-S3 and it does work. From what I can see from the library settings the support platform are:
"platforms": [ "atmelavr", "espressif8266", "espressif32" ]
https://github.com/knolleary/pubsubclient/blob/master/library.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants