-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit 07a8c31
fix: Use correct category for ESP_NOW
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 1 parent 9b8af64 commit 07a8c31
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
7 | + | ||
8 | 8 |
| |
9 | 9 |
|
0 commit comments