Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit c511387

Browse files
committed
Fixed #include <hwcrypto/sha.h>
Reference: nkolban#864
1 parent c0d8c8c commit c511387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_utils/HttpRequest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include "GeneralUtils.h"
4040

4141
#include <esp_log.h>
42-
#include <hwcrypto/sha.h>
42+
#include <esp32/sha.h>
4343

4444
#define STATE_NAME 0
4545
#define STATE_VALUE 1

0 commit comments

Comments
 (0)