|
| 1 | +## Current development going on here :arrow_right: [Development Branch](https://github.com/tzapu/WiFiManager/tree/development) |
| 2 | + |
1 | 3 | # WiFiManager |
2 | 4 | ESP8266 WiFi Connection manager with fallback web configuration portal |
3 | 5 |
|
@@ -43,16 +45,19 @@ First attempt at a library. Lots more changes and fixes to do. Contributions are |
43 | 45 |   |
44 | 46 |
|
45 | 47 | ## 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 |
56 | 61 |
|
57 | 62 | ## Quick Start |
58 | 63 |
|
|
0 commit comments