CNMAT / OSC

OSC: Arduino and Teensy implementation of OSC encoding
cnmat.berkeley.edu/oscuino
Other
741 stars 137 forks source link

Add "espressif32" and potentially other boards to the library.json platforms property #130

Closed benkuper closed 4 months ago

benkuper commented 2 years ago

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

adrianfreed commented 4 months ago

done