Skip to content

Commit

Permalink
Update library.properties (#4563)
Browse files Browse the repository at this point in the history
Set the category to silence this warning in the Arduino IDE:
```
WARNING: Category '' in library WiFiProv is not valid. Setting to 'Uncategorized'
```
  • Loading branch information
atanisoft authored Nov 23, 2020
1 parent dcff2e9 commit 97dcea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/WiFiProv/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ author=Switi Mhaiske <[email protected]>
maintainer=Hristo Gochkov <[email protected]>
sentence=Enables provisioning.
paragraph=With this library you can perform provisioning on esp32 via SoftAP or BLE.
category=
category=Communication
url=
architectures=esp32

0 comments on commit 97dcea2

Please sign in to comment.