diff options
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 |