void Sensor_value()
{ server.handleClient();
humidity = dht.readHumidity();
temperature = dht.readTemperature();
}
I want to make condition if temperature = null and Humidity= null that means the sensor fails to take reading so I want to return and take value again