ESPAsyncWebServer 3.7.8 support

This commit is contained in:
proddy
2025-06-14 09:30:47 +02:00
parent 4bf23e1bda
commit f3cdafe7d0
3 changed files with 15 additions and 14 deletions

View File

@@ -2,6 +2,7 @@
#define HttpEndpoint_h
#include <functional>
#include <WiFi.h>
#include <ESPAsyncWebServer.h>
#include "SecurityManager.h"