diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-13 08:50:22 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-13 08:50:22 +0100 |
commit | ecd07efd024549c5d5f9ec30cbd182fbe06d3913 (patch) | |
tree | cf127d0161e452a1c9ca6775d305cbf5e5255bbe /.gitmodules | |
parent | dd1504ff132ccfca475f66884a8d8f4caacc0b1e (diff) |
add nodemcu-uploader submodule for Python flashing
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 04df129..7269249 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "ext/mh-z19"] path = ext/mh-z19 url = https://github.com/derf/esp8266-nodemcu-mh-z19.git +[submodule "ext/nodemcu-uploader"] + path = ext/nodemcu-uploader + url = https://github.com/kmpm/nodemcu-uploader.git |