Skip to content

Commit a95ae04

Browse files
committed
Updated WiFiManager to v0.14
1 parent 0702481 commit a95ae04

File tree

17 files changed

+303
-555
lines changed

17 files changed

+303
-555
lines changed

adem/libraries/WiFiManager/.travis.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

adem/libraries/WiFiManager/BufferedResponse.cpp

Lines changed: 0 additions & 65 deletions
This file was deleted.

adem/libraries/WiFiManager/README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Current development going on here :arrow_right: [Development Branch](https://github.com/tzapu/WiFiManager/tree/development)
2+
13
# WiFiManager
24
ESP8266 WiFi Connection manager with fallback web configuration portal
35

@@ -43,16 +45,19 @@ First attempt at a library. Lots more changes and fixes to do. Contributions are
4345
![ESP8266 WiFi Captive Portal Homepage](http://i.imgur.com/YPvW9eql.png) ![ESP8266 WiFi Captive Portal Configuration](http://i.imgur.com/oicWJ4gl.png)
4446

4547
## Wishlist
46-
- ~~remove dependency on EEPROM library~~
47-
- ~~move HTML Strings to PROGMEM~~
48-
- ~~cleanup and streamline code~~ (although this is ongoing)
49-
- if timeout is set, extend it when a page is fetched in AP mode
50-
- ~~add ability to configure more parameters than ssid/password~~
51-
- ~~maybe allow setting ip of ESP after reboot~~
52-
- ~~add to Arduino Library Manager~~
53-
- ~~add to PlatformIO~~
54-
- add multiple sets of network credentials
55-
- ~~allow users to customize CSS~~
48+
- [x] remove dependency on EEPROM library
49+
- [x] move HTML Strings to PROGMEM
50+
- [x] cleanup and streamline code (although this is ongoing)
51+
- [x] if timeout is set, extend it when a page is fetched in AP mode
52+
- [x] add ability to configure more parameters than ssid/password
53+
- [x] maybe allow setting ip of ESP after reboot
54+
- [x] add to Arduino Library Manager
55+
- [x] add to PlatformIO
56+
- [ ] add multiple sets of network credentials
57+
- [x] allow users to customize CSS
58+
- [ ] ESP32 support or instructions
59+
- [ ] rewrite documentation for simplicity, based on scenarios/goals
60+
- [ ] rely on the SDK's built in auto connect more than forcing a connect
5661

5762
## Quick Start
5863

0 commit comments

Comments
 (0)