diff options
author | dakkar <dakkar@thenautilus.net> | 2018-03-31 00:08:44 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2018-03-31 00:08:44 +0100 |
commit | 48fd3b433f80f8d463e47c43757dd115c4360f43 (patch) | |
tree | d5021ef8146ccf30014a97c9271f7f5fcac27188 | |
parent | timing tests (diff) | |
download | thermostat-48fd3b433f80f8d463e47c43757dd115c4360f43.tar.gz thermostat-48fd3b433f80f8d463e47c43757dd115c4360f43.tar.bz2 thermostat-48fd3b433f80f8d463e47c43757dd115c4360f43.zip |
link in the C++ bt server
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | bt-server | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6cb91dc..3838dc9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,7 @@ [submodule "esp8266-oled-ssd1306"] path = sensor/esp8266-oled-ssd1306 url = https://github.com/ThingPulse/esp8266-oled-ssd1306 +[submodule "bt-server"] + path = bt-server + url = git@luxion:gobbledegook + branch = bt-temp-print diff --git a/bt-server b/bt-server new file mode 160000 +Subproject d855d0c093b884681964b845e88a42964f92875 |