summaryrefslogtreecommitdiff
path: root/sensor/thermostat.ino
diff options
context:
space:
mode:
Diffstat (limited to 'sensor/thermostat.ino')
-rw-r--r--sensor/thermostat.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensor/thermostat.ino b/sensor/thermostat.ino
index 4ab3833..23bc610 100644
--- a/sensor/thermostat.ino
+++ b/sensor/thermostat.ino
@@ -138,7 +138,7 @@ void setup() {
void teardown_and_sleep(int next_time) {
enable_sensor(false);
- //BLEDevice::uninit();
+ BLEDevice::uninit();
//esp_wifi_stop();
delay(2000);
esp_sleep_enable_timer_wakeup(next_time * uS_TO_S_FACTOR);