Aktualizace na verzi 2.10.4

This commit is contained in:
2024-06-03 16:42:40 +02:00
parent fef6d6acb4
commit 50909fd3cf
12 changed files with 97 additions and 36 deletions

View File

@ -16,7 +16,7 @@ public:
CaptiveRequestHandler() {}
virtual ~CaptiveRequestHandler() {}
bool canHandle(AsyncWebServerRequest *request){
bool canHandle(__unused AsyncWebServerRequest *request){
//request->addInterestingHeader("ANY");
return true;
}