I needed to use this library with the ESP32-S3, and noticed it would not let me use some pins.
So, i added support for the ESP32-S3 and the ESP32-C3, while we're at it. Also, i changed the chip matching so it actually matches for the chip in question (yes, using IDF flags, it works under arduino and i couldn't find a nicer way), and not just the dev boards, since arduino has way more boards defined with these chips than just the dev boards.
I needed to use this library with the ESP32-S3, and noticed it would not let me use some pins.
So, i added support for the ESP32-S3 and the ESP32-C3, while we're at it. Also, i changed the chip matching so it actually matches for the chip in question (yes, using IDF flags, it works under arduino and i couldn't find a nicer way), and not just the dev boards, since arduino has way more boards defined with these chips than just the dev boards.