Skip to content

Commit ce941fe

Browse files
P-R-O-C-H-YCopilot
andauthored
Update libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4984d02 commit ce941fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void setup() {
8585
// Set tolerance for temperature measurement in °C (lowest possible value is 0.01°C)
8686
zbTempSensor.setTolerance(1);
8787

88-
// Set power source to battery, battery percentage and battery voltage (now 100% and 3.5Vfor demonstration)
88+
// Set power source to battery, battery percentage and battery voltage (now 100% and 3.5V for demonstration)
8989
// The value can be also updated by calling zbTempSensor.setBatteryPercentage(percentage) or zbTempSensor.setBatteryVoltage(voltage) anytime after Zigbee.begin()
9090
zbTempSensor.setPowerSource(ZB_POWER_SOURCE_BATTERY, 100, 35);
9191

0 commit comments

Comments
 (0)