We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543c7f4 commit 214efe7Copy full SHA for 214efe7
libraries/Matter/examples/MatterTemperatureSensor/MatterTemperatureSensor.ino
@@ -88,7 +88,8 @@ void setup() {
88
void loop() {
89
Serial.printf("Current Temperature is %.02fC\r\n", (float)CelciusTempSensor);
90
// update the temperature sensor value every 5 seconds
91
- // Matter phone APP shall display the change in temperature
+ // Matter phone APP shall display the temperature change
92
+
93
delay(5000);
94
CelciusTempSensor = getTemperature();
95
}
0 commit comments