Skip to content

Commit b749553

Browse files
ci(pre-commit): Apply automatic fixes
1 parent ef1b19e commit b749553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
#define uS_TO_S_FACTOR 1000000ULL /* Conversion factor for micro seconds to seconds */
4141
#define TIME_TO_SLEEP 55 /* Sleep for 55s will + 5s delay for establishing connection => data reported every 1 minute */
42-
#define REPORT_TIMEOUT 1000 /* Timeout for response from coordinator in ms */
42+
#define REPORT_TIMEOUT 1000 /* Timeout for response from coordinator in ms */
4343

4444
uint8_t button = BOOT_PIN;
4545

@@ -106,7 +106,7 @@ static void meausureAndSleep(void *arg) {
106106
if (millis() - startTime >= timeout) {
107107
Serial.println("\nReport timeout! Report Again");
108108
dataToSend = 2;
109-
zbTempSensor.report(); // report again
109+
zbTempSensor.report(); // report again
110110
startTime = millis();
111111
tries++;
112112
}

0 commit comments

Comments
 (0)