replace webserver with async type

This commit is contained in:
Florian Hoss 2022-04-11 17:02:58 +02:00
parent 3b6c5e0561
commit 9dfd1d06ab
4 changed files with 76 additions and 81 deletions

View file

@ -27,5 +27,4 @@ void setup()
void loop()
{
firewall->handle_clients();
}