[packages] wview: fix operation for low temperatures for WMRUSB
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Apr 2013 09:17:05 +0000 (09:17 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Apr 2013 09:17:05 +0000 (09:17 +0000)
commit8d02f073ed922fc487cbf54b14f3bf628d9b10ed
tree353869273700b061ac368b560bc7bdcc47a5598e
parent6e8b7479e0e4b7afc4cb220823a9ab6d2a041956
[packages] wview: fix operation for low temperatures for WMRUSB

When the outside temperature is less than -10C the station reports that
dewpoint is invalid. This patch allows to ignore only that value instead
of ignoring all of the packet contents from the outside sensor (including
temperature and humidity).

This is also sort of fixed (the reported dew point values might be
invalid) in upstream release 5.20.0, but we can't use his repository
because there is no public repository and also he ignores requests on
his semi-private bugtracker; so we need to use the source we can
trust, and currently jgoerzen's branch is the best source out there.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36389 3c298f89-4303-0410-b956-a3cf2f4a3e73
utils/wview/Makefile
utils/wview/patches/040-WMRUSB-process-absent-dewpoint.patch [new file with mode: 0644]