fix: Use correct category for ESP_NOW#11746
Conversation
Change categor of ESP_NOW from "Sensor", which is not a valid category, to "Communication", since ESP_NOW enables communications. here are the valid categories + Display + Communication + Signal Input/Output + Sensors + Device Control + Timing + Data Storage + Data Processing + Other see here for valid categories at the time of this commit https://github.com/arduino/arduino-cli/blob/b6ddb5ad8397309b1c37745344b455406f085d0d/internal/arduino/libraries/libraries.go#L38
👋 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_NOW from "Sensor", which is not a valid category, to "Communication", since ESP_NOW enables communications.
here are the valid categories
Test Scenarios
In the arduino app, to use a category,
Related links
see here for valid categories at the time of this commit
https://github.com/arduino/arduino-cli/blob/b6ddb5ad8397309b1c37745344b455406f085d0d/internal/arduino/libraries/libraries.go#L38