#define DHT_PIN 2 //DHT dht;//DHT22 for my sensorRHT03-others in library
DHT dht(DHT_PIN,DHT22,15);
I had to get the adafruit library though as the standard library from Arduino does not have the functions needed
https://github.com/adafruit/DHT-sensor-library Their getTemperature() becomes readTemperature() and getPressure() becomes readPressure().
This also confirms the reading pin 2 Which is GPIO5 on the ESP-12 board
Now to see what I can do with the BMP180 which I may have to replace . I suspect I bricked it with 5 V instead of 3.3V .
Il'l let it run now for a bit
Here is where its posting to
https://data.sparkfun.com/streams/RMzp9ANyqzfjw4drzNnZ