diff options
author | dakkar <dakkar@thenautilus.net> | 2018-03-23 13:27:49 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2018-03-23 13:27:49 +0000 |
commit | 09523acd17940e512c47a01066c530fddb15baad (patch) | |
tree | 12f3efb9c8921aeb3ce3aa1bd5a18771b9d85c40 /.gitmodules | |
parent | kill useless line (diff) | |
download | thermostat-09523acd17940e512c47a01066c530fddb15baad.tar.gz thermostat-09523acd17940e512c47a01066c530fddb15baad.tar.bz2 thermostat-09523acd17940e512c47a01066c530fddb15baad.zip |
move into subdir
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 7bfb0bf..6cb91dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "DHTesp"] - path = DHTesp + path = sensor/DHTesp url = https://github.com/beegee-tokyo/DHTesp [submodule "esp8266-oled-ssd1306"] - path = esp8266-oled-ssd1306 + path = sensor/esp8266-oled-ssd1306 url = https://github.com/ThingPulse/esp8266-oled-ssd1306 |