From 60a88ba9bfb3566c957841866add45d1c5676e07 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 2 Mar 2019 15:45:39 +0000 Subject: these pins work on the ttgo/feather --- sensor/thermostat.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sensor/thermostat.ino b/sensor/thermostat.ino index 08b37f1..d2b8bce 100644 --- a/sensor/thermostat.ino +++ b/sensor/thermostat.ino @@ -18,8 +18,8 @@ static BLEUUID thermo_time_uuid("11111111-2222-3333-4444-000000000002"); #define BLE_POWER ESP_PWR_LVL_P7 // #define BLE_POWER ESP_PWR_LVL_N14 -#define SENSOR_POWER_PIN A3 -#define SENSOR_DATA_PIN A2 +#define SENSOR_POWER_PIN 12 +#define SENSOR_DATA_PIN 27 #define VBAT_PIN A13 DHTesp dht; -- cgit v1.2.3