From 02a714d459b3744190898ad3fd981a634b5b0e7b Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 18 Nov 2014 01:24:38 +0200 Subject: [PATCH] Add esptool submodule. From https://github.com/themadinventor/esptool --- .gitmodules | 3 +++ esptool | 1 + 2 files changed, 4 insertions(+) create mode 160000 esptool diff --git a/.gitmodules b/.gitmodules index b139bf4..ae9decc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "lx106-hal"] path = lx106-hal url = https://github.com/tommie/lx106-hal +[submodule "esptool"] + path = esptool + url = https://github.com/themadinventor/esptool diff --git a/esptool b/esptool new file mode 160000 index 0000000..023314c --- /dev/null +++ b/esptool @@ -0,0 +1 @@ +Subproject commit 023314cb051de2d2d9f93e2bd14b5a10b942c5f2