Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Add missing include for Arduino 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Jun 4, 2024
1 parent 17a8d44 commit 9d31552
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/AsyncWebSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
#else
#include <Hash.h>
#endif
#ifdef ESP32
#if ESP_IDF_VERSION_MAJOR >= 5
#include "rom/ets_sys.h"
#endif
#endif

#define MAX_PRINTF_LEN 64

Expand Down

0 comments on commit 9d31552

Please sign in to comment.