Skip to content

Commit 49786a5

Browse files
committed
Fixed NaN bug. See bug 15.
1 parent b35f81a commit 49786a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firmware/Weather_Shield/Weather_Shield.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ void loop()
189189
//Check to see if this is a gust for the day
190190
if(currentSpeed > windgustmph)
191191
{
192-
Serial.print("Gust!!");
193192
windgustmph = currentSpeed;
194193
windgustdir = currentDirection;
195194
}

0 commit comments

Comments
 (0)