ConnorKirkpatrick / E220Lib

Arduino library used for Ebyte E220 modules
Creative Commons Zero v1.0 Universal
11 stars 2 forks source link

E220::printBoardParameters() does not display RSSI Ambient Noise parameter correctly #6

Closed mnigbor closed 8 months ago

mnigbor commented 8 months ago

E220::printBoardParameters() does not display the RSSI Ambient Noise parameter properly. It shows "Disabled" regardless of the actual setting.

Changing the switch statement on line 880 to "switch (_RSSIAmbientNoise)" from "switch (_subPacketSize)" fixed the issue for me.

ConnorKirkpatrick commented 8 months ago

Thanks for the catch! Fixed with v1.3.4