We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f72cb commit 7fd4d73Copy full SHA for 7fd4d73
examples/Example5_GetSettings/Example5_GetSettings.ino
@@ -64,7 +64,7 @@ void setup()
64
65
if (airSensor.getTemperatureOffset(&settingVal) == true) // Get the setting
66
{
67
- Serial.print("Temperature offfset (C) is ");
+ Serial.print("Temperature offset (C) is ");
68
Serial.println(((float)settingVal) / 100.0, 2);
69
}
70
else
0 commit comments