Add tags to a library

Hi,
I have recently requested for my library to be added and now it shows in on PlatformIO. However it’s missing the tag “espressif32”. How can I get it added?

Thanks

Wrong, as stated must be one of the platform names. espressif is the old name of the espressif8266 platform when there wasn’t yet the ESP32 paltform. You probably want "platforms": "espressif32" (because the lib is only for ESP32 as I understand?) and a version increase.

2 Likes

I see, you’re right, thank you!

1 Like