From fb122327bd336280d52b2bdeb069c6cc45dfa528 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sat, 29 Jul 2017 17:51:43 -0400 Subject: [PATCH] Add luasrcdiet submodule --- .gitmodules | 4 ++++ _external/luasrcdiet | 1 + 2 files changed, 5 insertions(+) create mode 160000 _external/luasrcdiet diff --git a/.gitmodules b/.gitmodules index 8cc823a..ef80699 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "_external/dvv-nodemcu-thingies"] path = _external/dvv-nodemcu-thingies url = https://github.com/dvv/nodemcu-thingies.git +[submodule "_external/luasrcdiet"] + path = _external/luasrcdiet + url = https://github.com/jirutka/luasrcdiet.git + branch = master diff --git a/_external/luasrcdiet b/_external/luasrcdiet new file mode 160000 index 0000000..2e95593 --- /dev/null +++ b/_external/luasrcdiet @@ -0,0 +1 @@ +Subproject commit 2e9559309929817ae963708805bfb343aeecfbdb -- 2.50.1