From 6c4f2734e365526bc76ccd13eb60a321735c290f Mon Sep 17 00:00:00 2001 From: Simon Weidacher Date: Thu, 30 Dec 2021 23:24:31 +0100 Subject: [PATCH] Changed the esp-idf-rc522 library to my own fork. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e43baee..0a2237f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "device/components/esp-idf-rc522"] path = device/components/esp-idf-rc522 - url = https://github.com/abobija/esp-idf-rc522.git + url = git@github.com:sweidac/esp-idf-rc522.git