1
0
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:
Earle F. Philhower, III 2019-02-28 05:01:07 +00:00 committed by Develo
parent 5632e8156f
commit ead83c16a6

2
.gitmodules vendored
View File

@ -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