You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP_I2S was categorized as "Sound", which is not a valid category. "Signal Input/Output" is a valid category.
see
https://arduino.github.io/arduino-cli/1.2/library-specification/#libraryproperties-file-format
for a list of valid categories (search for "category" on that page).
current valid categories are:
- Display
- Communication
- Signal Input/Output
- Sensors
- Device Control
- Timing
- Data Storage
- Data Processing
- Other
0 commit comments