diff options
author | dakkar <dakkar@thenautilus.net> | 2019-03-02 15:45:39 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2019-03-02 15:45:39 +0000 |
commit | 60a88ba9bfb3566c957841866add45d1c5676e07 (patch) | |
tree | 96b0ac213724b0a07f6d5ce621ddf8ca1f4039c8 /sensor | |
parent | log via serial (diff) | |
download | thermostat-60a88ba9bfb3566c957841866add45d1c5676e07.tar.gz thermostat-60a88ba9bfb3566c957841866add45d1c5676e07.tar.bz2 thermostat-60a88ba9bfb3566c957841866add45d1c5676e07.zip |
these pins work on the ttgo/feather
Diffstat (limited to 'sensor')
-rw-r--r-- | sensor/thermostat.ino | 4 |
1 files 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; |