Message updated

This commit is contained in:
Kai Lauterbach 2023-04-02 15:15:13 +02:00
parent 3f0e0731d6
commit ed5558c34f

View file

@ -461,7 +461,7 @@ void _fsm_loop()
//debug("wind speed exceeded check if required");
#ifdef HTTP_CALL_ON_WINDSPEED_EXCEED
if ((update_windspeed_exceed_cnt + (HTTP_CALL_ON_WINDSPEED_INTERVAL_S * 1000)) <= millis()) {
debug("reading wind sensor exceed");
debug("wind sensor value outdated");
// reset the wait timer to get a value every HTTP_CALL_ON_WINDSPEED_INTERVAL_S independently to the runtime of the measurement
update_windspeed_exceed_cnt = millis();