Skip to content

Commit 8db266c

Browse files
committed
Fix build for ESP32 boards
1 parent c7fbe6d commit 8db266c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Arduino_HEX.h

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
#pragma once
1111

1212
#include "./hex/hex.h"
13+
using namespace arduino;
1314
using namespace hex;

src/Arduino_SHA256.h

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
#pragma once
1111

1212
#include "./sha256/SHA256.h"
13+
using namespace arduino;
1314
using namespace sha256;

0 commit comments

Comments
 (0)