Skip to content

Commit b020d54

Browse files
author
Jim Bennett
committed
Added base64 and HMAC submodules
1 parent 64572fa commit b020d54

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
path = libraries/drivers/mitutoyo
6666
url = https://github.com/vifino/CircuitPython-mitutoyo.git
6767
[submodule "libraries/helpers/base64"]
68-
path = libraries/helpers/base64
69-
url = https://github.com/jimbobbennett/CircuitPython-base64.git
68+
path = libraries/helpers/base64
69+
url = https://github.com/jimbobbennett/CircuitPython_Base64
7070
[submodule "libraries/helpers/HMAC"]
71-
path = libraries/helpers/HMAC
72-
url = https://github.com/jimbobbennett/CircuitPython-HMAC.git
71+
path = libraries/helpers/HMAC
72+
url = https://github.com/jimbobbennett/CircuitPython_HMAC

libraries/helpers/HMAC

Submodule HMAC added at 5dc7973

libraries/helpers/base64

Submodule base64 added at ab75a32

0 commit comments

Comments
 (0)