rossengeorgiev / aprs-python

📡 Python module for working with APRS
http://aprs-python.readthedocs.io/en/latest/
GNU General Public License v2.0
114 stars 37 forks source link

"00" Humidity #70

Closed powturns closed 2 years ago

powturns commented 2 years ago

When parsing the following packet:

CW0126>APRS,TCPXX*,qAX,CWOP-4:@112145z5240.24N/00348.99W_068/000g...t042r...p...P045h00b09970L....DsIP

which has a humidity field h00, the returned humidity is 0. However, according to page 64 of http://www.aprs.org/doc/APRS101.PDF A value of 00 represents 100% humidity.

aprslib ~= 0.7.0