wifi/library.json
Nicu Hodos 57c2f3183b fix wifi reconnection issue by using enable:
onStationModeDisconnected is invoked every second and restartDelayed keeps getting postponed
2024-06-29 17:27:14 +02:00

22 lines
439 B
JSON

{
"name": "Wifi",
"version": "1.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
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}