Skip to content

Commit 32ddf27

Browse files
authored
Formatting
formatting code on line 179
1 parent cb2b3de commit 32ddf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/Weather_Shield_Weather_Station/Weather_Shield_Weather_Station.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ void loop()
176176

177177
//Calc the wind speed and direction every second for 120 second to get 2 minute average
178178
float currentSpeed = get_wind_speed();
179-
windspeedmph = currentSpeed;//update global variable for windspeed when using the printWeather() function
179+
windspeedmph = currentSpeed; //update global variable for windspeed when using the printWeather() function
180180
//float currentSpeed = random(5); //For testing
181181
int currentDirection = get_wind_direction();
182182
windspdavg[seconds_2m] = (int)currentSpeed;

0 commit comments

Comments
 (0)