diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-18 20:33:17 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-18 20:33:17 +0100 |
commit | 811e2ccefdfb96cbc4ec90ec530ca971fa52eade (patch) | |
tree | f907c039f97b8b70efcc247a939b1b3df1738118 /.gitmodules | |
parent | 5a7888855da087504e8e523a6b79819c529f1830 (diff) |
Add flash/upload instructions, sample firmware image, and nodemcu-uploader
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b2ff4a3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ext/nodemcu-uploader"] + path = ext/nodemcu-uploader + url = https://github.com/kmpm/nodemcu-uploader.git |