File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,16 @@ First attempt at a library. Lots more changes and fixes to do. Contributions are
46
46
- [x] remove dependency on EEPROM library
47
47
- [x] move HTML Strings to PROGMEM
48
48
- [x] cleanup and streamline code (although this is ongoing)
49
- - [ ] if timeout is set, extend it when a page is fetched in AP mode
49
+ - [x ] if timeout is set, extend it when a page is fetched in AP mode
50
50
- [x] add ability to configure more parameters than ssid/password
51
51
- [x] maybe allow setting ip of ESP after reboot
52
52
- [x] add to Arduino Library Manager
53
53
- [x] add to PlatformIO
54
54
- [ ] add multiple sets of network credentials
55
55
- [x] allow users to customize CSS
56
+ - [ ] ESP32 support or instructions
57
+ - [ ] rewrite documentation for simplicity, based on scenarios/goals
58
+ - [ ] rely on the SDK's built in auto connect more than forcing a connect
56
59
57
60
## Quick Start
58
61
You can’t perform that action at this time.
0 commit comments