From 6cbe3de785c9d99fa86b624350feadad29133087 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 24 Apr 2022 08:50:15 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ✓