Mise à jour de 'README.md'

This commit is contained in:
Th3maz1ng 2022-04-24 08:50:15 +02:00
parent df344464b3
commit 6cbe3de785

View File

@ -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 ✓