From 6b88034beb9a2737bc2afd3692afb3f319fa0b11 Mon Sep 17 00:00:00 2001
From: dorababu <dorababu@subcom.tech>
Date: Wed, 3 Aug 2022 17:23:12 +0530
Subject: [PATCH] Change hashing lib

---
 RegFPwithHash/platformio.ini | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/RegFPwithHash/platformio.ini b/RegFPwithHash/platformio.ini
index f0c71a5..1dc7ea0 100644
--- a/RegFPwithHash/platformio.ini
+++ b/RegFPwithHash/platformio.ini
@@ -6,7 +6,5 @@ platform = teensy
 
 build_flags = 
 	-I lib/DFRobot_ID809
-
-lib_deps = 
-	intrbiz/crypto
+	-I lib/SHA256
 
-- 
GitLab