Commit 49e1676
authored
put valid category for ESP_I2S
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
- Other1 parent f6b1910 commit 49e1676
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
0 commit comments