Skip to content

Commit 8f5dead

Browse files
authored
minor ws68 correct output fields name
1 parent fd029b8 commit 8f5dead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devices/ambientweather_wh31e.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ static char const *const output_fields[] = {
378378
"rain_mm",
379379
"uvi",
380380
"light_lux",
381-
"wind_avg_km_h",
382-
"wind_max_km_h",
381+
"wind_avg_m_s",
382+
"wind_max_m_s",
383383
"wind_dir_deg",
384384
"data",
385385
"radio_clock",

0 commit comments

Comments
 (0)