Skip to content

Commit 4599e52

Browse files
committed
add ArduinoSTL submodule
1 parent cf2b038 commit 4599e52

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
[submodule "deps/Library-Arduino-Cbor"]
2929
path = deps/Library-Arduino-Cbor
3030
url = [email protected]:jjtara/Library-Arduino-Cbor.git
31+
[submodule "deps/ArduinoSTL"]
32+
path = deps/ArduinoSTL
33+
url = [email protected]:mike-matera/ArduinoSTL.git

deps/ArduinoSTL

Submodule ArduinoSTL added at 7411816

scripts/install-lethekit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ gxepd2_path="${aroot}/libraries/GxEPD2"
7171
[ -d ${gxepd2_path} ] && ! [ -L ${gxepd2_path} ] && echo "GxEPD2 already installed in ${libpath}. Please remove it; we need to replace with SW SPI enabled version." && exit 1
7272

7373
declare -a libs=(
74+
ArduinoSTL
7475
bc-ur-arduino
7576
Library-Arduino-Cbor
7677
secp256k1-embedded

0 commit comments

Comments
 (0)