Closed mnigbor closed 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.
Thanks for the catch! Fixed with v1.3.4
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.