Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hishizuka committed Jan 3, 2024
1 parent 19cd343 commit a4076b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sensor_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ async def integrate(self):
)

# wind
if self.config.G_USE_WIND_OVERLAY_MAP:
if self.config.G_USE_WIND_DATA_SOURCE:
(
self.values["integrated"]["wind_speed"],
self.values["integrated"]["wind_direction"],
Expand Down

0 comments on commit a4076b6

Please sign in to comment.