Skip to content

Commit 214efe7

Browse files
authored
feat(matter): commentaries review and fixes
1 parent 543c7f4 commit 214efe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/Matter/examples/MatterTemperatureSensor/MatterTemperatureSensor.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ void setup() {
8888
void loop() {
8989
Serial.printf("Current Temperature is %.02fC\r\n", (float)CelciusTempSensor);
9090
// update the temperature sensor value every 5 seconds
91-
// Matter phone APP shall display the change in temperature
91+
// Matter phone APP shall display the temperature change
92+
9293
delay(5000);
9394
CelciusTempSensor = getTemperature();
9495
}

0 commit comments

Comments
 (0)