This commit is contained in:
anschrammh 2020-12-15 00:15:27 +01:00
commit 5611f59575

View File

@ -222,12 +222,13 @@ Here is a list of the available api calls for the board :
- [ ] Active mode (needs to be done)
- [ ] WEB ServerManager ✓
- [X] WEB ServerManagerV2 with multiple clients ✓
- [ ] Need to be debugged (Crashes in a non reproducible manner (randomly))
- [ ] Need to be debugged (Crashes in a non reproducible manner (randomly)) - A fix is being written
- [ ] WEBSocket Server
- [X] GPIO Util ✓
- [ ] Task Scheduler Manager (in progress - almost done)
- [ ] SDCard log class (for logging events with a timestamp in a file)
- [ ] Writing a proper documentation and wiki for the board
### <img src="/git/KmWikiImage/attention.png" alt="Attention" width="50" /> Known issues :
* IP stack stops responding after about 24 hours of continuous requests. No MCU crashes.
* The multi-client WEBServer is crashing in a non reproducible manner (esp8266 stack trace + reset)
* IP stack stops responding after about 24 hours of continuous requests. No MCU crashes. Found cause, fix comming
* The multi-client WEBServer is crashing in a non reproducible manner (esp8266 stack trace + reset) - Found cause, fix comming