updated last bit so temprature gets send to api
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user