Skip to content

Commit 2df68e4

Browse files
committed
MCU8MASS-1098 Fix incorrect call to Mcp9808
1 parent 5cb5076 commit 2df68e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sandbox/sandbox.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ void loop() {
517517
\"Light Intensity\": %d \
518518
} \
519519
}",
520-
int(Mcp9808.readTemperatureCelsius()),
520+
int(Mcp9808.readTempC()),
521521
Veml3328.getRed());
522522

523523
if (!MqttClient.publish(mqtt_pub_topic, transmit_buffer)) {

0 commit comments

Comments
 (0)