Skip to content

Commit debe757

Browse files
update sketch
1 parent 1afad68 commit debe757

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Exercise_12_IoT_Blynk/Exercise_12_IoT_Blynk.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,11 @@ void loop() {
7171
Serial.println("Humidity: " + String(humidity) + " %RH");
7272
Serial.println("Temperature: " + String(temperature) + " °C");
7373

74+
Serial.println("=============================================");
75+
7476
// STEP 3: Data Ingestion - Send data to Blynk's data stream using HTTPS
7577
Blynk.virtualWrite(V0, humidity);
7678
Blynk.virtualWrite(V1, temperature);
7779

7880
}
79-
80-
Serial.println("=============================================");
81-
delay(3000);
8281
}

0 commit comments

Comments
 (0)