Skip to content

Commit 543c7f4

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/Matter/examples/MatterTemperatureSensor/MatterTemperatureSensor.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ MatterTemperatureSensor CelciusTempSensor;
3232
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
3333
const char *password = "your-password"; // Change this to your WiFi password
3434

35-
// Simulate a temperature sensor - add you prefered library code here
35+
// Simulate a temperature sensor - add your prefered temperature sensor library code here
36+
3637
float getTemperature() {
3738
static float CelciusTempHWSensor = -10.0;
3839

0 commit comments

Comments
 (0)