From 65a1fe9cfd7c283acf4697dda3e11d4b8df30f02 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 6 Jan 2024 21:47:30 +0100 Subject: initial commit --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3