Skip to content

Commit

Permalink
Fixed typo in example 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed May 22, 2018
1 parent f3a9cfa commit 61115eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/Example1_BasicReadings/Example1_BasicReadings.ino
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void loop()

Serial.print(" temp(C):");
Serial.print(airSensor.getTemperature(), 1);
Serial.print(airSensor.getTemperature(), 1);

Serial.print(" humidity(%):");
Serial.print(airSensor.getHumidity(), 1);
Expand Down

0 comments on commit 61115eb

Please sign in to comment.