Skip to content

Commit 49e1676

Browse files
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 - Other
1 parent f6b1910 commit 49e1676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP_I2S/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=me-no-dev
44
maintainer=me-no-dev
55
sentence=Library for ESP I2S communication
66
paragraph=Supports ESP32 Arduino platforms.
7-
category=Sound
7+
category=Signal Input/Output
88
url=https://github.com/espressif/arduino-esp32/
99
architectures=esp32

0 commit comments

Comments
 (0)