Page 1 of 1

Air Humidity Sensor

Posted: Saturday 19 August 2017 19:42
by pa0dow
i tried this program
but there came an error see arrow

static const uint8_t FORCE_UPDATE_N_READS = 10;

#define CHILD_ID_HUM 0
#define CHILD_ID_TEMP 1

float lastTemp;
float lastHum;
uint8_t nNoUpdatesTemp;
uint8_t nNoUpdatesHum;
bool metric = true;

MyMessage msgHum(CHILD_ID_HUM, V_HUM);
MyMessage msgTemp(CHILD_ID_TEMP, V_TEMP);


DHT = dht; <-------------------------------------

i am not be able to correct this
who helps
Dick

Re: Air Humidity Sensor

Posted: Saturday 19 August 2017 20:27
by SweetPants
What do you mean with "i am not be able to correct this"?
This is a typical MySensors question, maybe better ask there?