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 d2b8bce..9dbccf8 100644
--- a/sensor/thermostat.ino
+++ b/sensor/thermostat.ino
@@ -114,7 +114,7 @@ void setup() {
esp_ble_tx_power_set(ESP_BLE_PWR_TYPE_SCAN, BLE_POWER);
esp_ble_tx_power_set(ESP_BLE_PWR_TYPE_DEFAULT, BLE_POWER);
enable_sensor(true);
- Serial.begin(9600);
+ Serial.begin(115200);
}
void teardown_and_sleep(int next_time) {