wifi/library.json

25 lines
511 B
JSON

{
"name": "Wifi",
"version": "2.0.2",
"description": "Helper classes for handling wifi connectiviy and OTA",
"repository":
{
"type": "git",
"url": "https://git.hodos.ro/libraries/wifi.git"
},
"authors":
[
{
"name": "Nicu Hodos",
"email": "nicu@hodos.ro",
"maintainer": true
}
],
"dependencies": {
"arkhipenko/TaskScheduler": "^3.8.5"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}