Skip to content

Commit

Permalink
Updated WiFiManager to v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Sep 3, 2018
1 parent 0702481 commit a95ae04
Show file tree
Hide file tree
Showing 17 changed files with 303 additions and 555 deletions.
33 changes: 0 additions & 33 deletions adem/libraries/WiFiManager/.travis.yml

This file was deleted.

65 changes: 0 additions & 65 deletions adem/libraries/WiFiManager/BufferedResponse.cpp

This file was deleted.

25 changes: 15 additions & 10 deletions adem/libraries/WiFiManager/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Current development going on here :arrow_right: [Development Branch](https://github.com/tzapu/WiFiManager/tree/development)

# WiFiManager
ESP8266 WiFi Connection manager with fallback web configuration portal

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

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

## Quick Start

Expand Down
Loading

0 comments on commit a95ae04

Please sign in to comment.