теперь можно выбирать из двух: стандартный или асинхронный веб сервер

This commit is contained in:
Dmitry Borisenko
2021-12-23 22:42:19 +01:00
parent 940a5a7ee9
commit 9d0841df99
9 changed files with 241 additions and 15 deletions

View File

@@ -3,4 +3,5 @@
#include "Global.h"
#include "Utils/Pretty.h"
#include "Utils/WiFiUtils.h"
#include "WebServer.h"
#include "AsyncWebServer.h"
#include "StandWebServer.h"