markqvist / RNode_Firmware

RNode is an open, free and flexible digital radio interface with many uses
https://unsigned.io/rnode
GNU General Public License v3.0
173 stars 62 forks source link

Fix RSSI miscalculation and TX power cap #62

Closed jacobeva closed 8 months ago

jacobeva commented 8 months ago

Fixed the RSSI error reported by issue #60.

Increased the TX power cap from 17 to 22, since the SX1262 supports broadcasting at up to 22 dBm. This won't affect the SX1276 / 78 since they have a TX power cap in the firmware anyway, which has been left untouched.

markqvist commented 8 months ago

Awesome. Fixes #60.