Skip to content

Commit 7fd4d73

Browse files
committed
Fix typo
1 parent b0f72cb commit 7fd4d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example5_GetSettings/Example5_GetSettings.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void setup()
6464

6565
if (airSensor.getTemperatureOffset(&settingVal) == true) // Get the setting
6666
{
67-
Serial.print("Temperature offfset (C) is ");
67+
Serial.print("Temperature offset (C) is ");
6868
Serial.println(((float)settingVal) / 100.0, 2);
6969
}
7070
else

0 commit comments

Comments
 (0)