fix: Put valid category for ESP_I2S#11729
Conversation
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
👋 Hello ozzloy, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Description of Change
Change category of ESP_I2S from "Sound", which is not a valid category.
to "Signal Input/Output", which is a valid category.
current valid categories are:
Tests scenarios
In the arduino app, to use a category,
Related links
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).