Correct rain rate units
This commit is contained in:
parent
acf8d4275d
commit
7615c6e892
1 changed files with 1 additions and 1 deletions
2
main.rb
2
main.rb
|
|
@ -173,7 +173,7 @@ begin
|
|||
]
|
||||
t << :separator
|
||||
t << [
|
||||
'Current Rate', "#{now['rrate']} #{now['rainunit']}",
|
||||
'Current Rate', "#{now['rrate']} #{now['rainunit']}/hr",
|
||||
'Current Speed', "#{now['wspeed']} #{now['windunit']}"
|
||||
]
|
||||
t << [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue