mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-03 04:34:42 +02:00
Add missing include for Arduino 3.0.0
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
#else
|
#else
|
||||||
#include <Hash.h>
|
#include <Hash.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef ESP32
|
||||||
|
#if ESP_IDF_VERSION_MAJOR >= 5
|
||||||
|
#include "rom/ets_sys.h"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MAX_PRINTF_LEN 64
|
#define MAX_PRINTF_LEN 64
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user