using PlatformIO, it's not possible to add this library when compiling for an ESP32 because the "platforms" property only mentions AVR and Teensy boards but not ESP. This lib works well with ESP8266 and ESP32, it just needs to let the world know it can :)
Hello,
using PlatformIO, it's not possible to add this library when compiling for an ESP32 because the "platforms" property only mentions AVR and Teensy boards but not ESP. This lib works well with ESP8266 and ESP32, it just needs to let the world know it can :)
Thank you