ChristopheJacquet / RdsSurveyor

Multi-platform Radio Data System decoder
http://rds-surveyor.jacquet.xyz/
36 stars 10 forks source link

GnsGroupReader: fix RSSI conversion #43

Closed mvglasow closed 3 years ago

mvglasow commented 3 years ago

Maximum observed so far is 0x2C (see #37), thus the upper limit is (probably) at least 0x3F

mvglasow commented 3 years ago

I’ve rewritten the line to make the conversion clearer.

ChristopheJacquet commented 3 years ago

Thanks!