We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4130060 commit 543c7f4Copy full SHA for 543c7f4
libraries/Matter/examples/MatterTemperatureSensor/MatterTemperatureSensor.ino
@@ -32,7 +32,8 @@ MatterTemperatureSensor CelciusTempSensor;
32
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
33
const char *password = "your-password"; // Change this to your WiFi password
34
35
-// Simulate a temperature sensor - add you prefered library code here
+// Simulate a temperature sensor - add your prefered temperature sensor library code here
36
+
37
float getTemperature() {
38
static float CelciusTempHWSensor = -10.0;
39
0 commit comments