summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-03-23 13:27:49 +0000
committerdakkar <dakkar@thenautilus.net>2018-03-23 13:27:49 +0000
commit09523acd17940e512c47a01066c530fddb15baad (patch)
tree12f3efb9c8921aeb3ce3aa1bd5a18771b9d85c40
parentkill useless line (diff)
downloadthermostat-09523acd17940e512c47a01066c530fddb15baad.tar.gz
thermostat-09523acd17940e512c47a01066c530fddb15baad.tar.bz2
thermostat-09523acd17940e512c47a01066c530fddb15baad.zip
move into subdir
-rw-r--r--.gitmodules4
m---------sensor/DHTesp (renamed from DHTesp)0
-rw-r--r--sensor/Makefile (renamed from Makefile)0
-rw-r--r--sensor/README.rst.txt (renamed from README.rst.txt)0
m---------sensor/esp8266-oled-ssd1306 (renamed from esp8266-oled-ssd1306)0
-rw-r--r--sensor/thermostat.ino (renamed from thermostat.ino)0
6 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
diff --git a/DHTesp b/sensor/DHTesp
-Subproject 643722c48fef78e6243089814c8544553674b48
+Subproject 643722c48fef78e6243089814c8544553674b48
diff --git a/Makefile b/sensor/Makefile
index 68ba91f..68ba91f 100644
--- a/Makefile
+++ b/sensor/Makefile
diff --git a/README.rst.txt b/sensor/README.rst.txt
index f97de5c..f97de5c 100644
--- a/README.rst.txt
+++ b/sensor/README.rst.txt
diff --git a/esp8266-oled-ssd1306 b/sensor/esp8266-oled-ssd1306
-Subproject 1254ef967da6785f420f0895dae9228258cfb87
+Subproject 1254ef967da6785f420f0895dae9228258cfb87
diff --git a/thermostat.ino b/sensor/thermostat.ino
index 63f87f0..63f87f0 100644
--- a/thermostat.ino
+++ b/sensor/thermostat.ino