feature/http_call_send_json #3

Merged
f merged 56 commits from feature/http_call_send_json into master 2022-11-27 11:02:22 +01:00
2 changed files with 31 additions and 33 deletions
Showing only changes of commit 02c84949bc - Show all commits

View file

@ -25,11 +25,9 @@ float wind_speed()
void start_measure_wind() void start_measure_wind()
{ {
start_meas_wind_time = millis(); start_meas_wind_time = millis();
anemometerRotations = 0; anemometerRotations = 0;
interruptNumber = digitalPinToInterrupt(ANEMOMETER_PIN); interruptNumber = digitalPinToInterrupt(ANEMOMETER_PIN);
} }
boolean check_measure_wind_done() boolean check_measure_wind_done()