diff --git a/README.md b/README.md index c8d1152..25f636d 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ Here is a list of the available api calls for the board : ### Things to do : - [X] Screen Manager + - [X] Add an auto power off function ✓ * µSDcard File System - [X] Add a file truncate function * File Config Parser @@ -241,9 +242,10 @@ Here is a list of the available api calls for the board : - [ ] FTP Server - [X] Passive mode - [ ] Active mode (needs to be done) -- [ ] WEB ServerManager ✓ - - [X] WEB ServerManagerV2 with multiple clients ✓ - - [X] Need to be debugged (Crashes in a non reproducible manner (randomly)) - Fixed +- [ ] WEBServer (previously WEB ServerManager) ✓ + - [X] WEBServer handling multiple clients simultaneously ✓ + - [X] Fixed a nasty stack overflow - WEBServer class is now stable ✓ + - [X] Added partial content request support ✓ - [ ] Need to add cookie support - [ ] WEBSocket Server for the dashboard - [X] GPIO Util ✓