diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-06 21:47:30 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-06 21:47:30 +0100 |
commit | 65a1fe9cfd7c283acf4697dda3e11d4b8df30f02 (patch) | |
tree | 8c7c03301f4c85f21cc111f2440bb9dd254a2307 /.gitmodules |
initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..04df129 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "ext/ssd1306"] + path = ext/ssd1306 + url = https://github.com/derf/esp8266-nodemcu-ssd1306.git +[submodule "ext/mh-z19"] + path = ext/mh-z19 + url = https://github.com/derf/esp8266-nodemcu-mh-z19.git |