From cf9cf656ffd736d5f8fe6033e5d2812f3908f840 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 27 Sep 2023 23:25:34 +0200 Subject: [PATCH] updated last bit so temprature gets send to api --- arduino/sensor combo/combi/combi.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino/sensor combo/combi/combi.ino b/arduino/sensor combo/combi/combi.ino index 72d7995..171aae3 100644 --- a/arduino/sensor combo/combi/combi.ino +++ b/arduino/sensor combo/combi/combi.ino @@ -67,7 +67,6 @@ void loop() { Serial.print("LDR reading: "); Serial.println(Lichtsterkte); - delay(400); @@ -84,6 +83,7 @@ void loop() { Serial.println(httpResponseCode); //wacht x aanal miliseconden digitalWrite(5, HIGH); + delay(400);