You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
Wifi configuration.
3
3
This library was written to config iot devices. With iOS 11 Apple introduced NEHotspotConfiguration class for wifi configuration. Library supports same functionality on ios and android.
4
4
5
+
## 1.0.0
6
+
* Optional Force binding to a Wifi on both iOS and Android platforms
7
+
* Android: Better error handling
8
+
* Android: Detection for a system added config which cant be reused, removed or updated
9
+
* Android: Reliable polling for requested network connection for callbacks
10
+
* It does do a lot of other cleanup and re-use of code
0 commit comments