mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
Add .git to BearSSL repo reference (#5827)
The BearSSL submodule reference is missing the .git extension on the URL. Add it, to match the rest of the repos.
This commit is contained in:
parent
5632e8156f
commit
ead83c16a6
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -3,7 +3,7 @@
|
||||
url = https://github.com/d-a-v/esp82xx-nonos-linklayer.git
|
||||
[submodule "tools/sdk/ssl/bearssl"]
|
||||
path = tools/sdk/ssl/bearssl
|
||||
url = https://github.com/earlephilhower/bearssl-esp8266
|
||||
url = https://github.com/earlephilhower/bearssl-esp8266.git
|
||||
[submodule "libraries/SoftwareSerial"]
|
||||
path = libraries/SoftwareSerial
|
||||
url = https://github.com/plerup/espsoftwareserial.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user