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
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,11 @@ If you connect to the created configuration Access Point but the configuration p
273
273
If trying to connect ends up in an endless loop, try to add `setConnectTimeout(60)` before `autoConnect();`. The parameter is timeout to try connecting in seconds.
274
274
275
275
## Releases
276
-
#### 0.11
276
+
#### 0.12
277
+
- removed 204 header response
278
+
- fixed incompatibility with other libs using isnan and other std:: functions without namespace
279
+
280
+
##### 0.11
277
281
- a lot more reliable reconnecting to networks
278
282
- custom html in custom parameters (for read only params)
279
283
- custom html in custom parameter form (like labels)
0 commit comments