This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
v1.10.2 to Send CORS header in handleWifiSave() function, to Optimize code, to Delete all confusing, function-lacking `minimal` examples and to Display informational warnings only when `_WIFIMGR_LOGLEVEL_ > 3`
Releases v1.10.2
- Send CORS header in handleWifiSave() function. Check Cors header not sent when saving wifi details, even when cors is enabled #80
- Optimize code by using passing by
reference
instead of byvalue
- Delete all confusing, function-lacking
minimal
examples - Display informational warnings only when
_WIFIMGR_LOGLEVEL_ > 3