adafruit / RadioHead

A github'ified version of http://www.airspayce.com/mikem/arduino/RadioHead/
Other
186 stars 115 forks source link

[RF95] txpower bug - cfg register gets overwritten #63

Open MarkusFelix opened 2 years ago

MarkusFelix commented 2 years ago

Activating PABoost register is done in line 418 but but overwritten in line 439 where the high bit is cleared again, resulting in an terrible transmission range compared. Simple or-ing the high bit into the write command fixes that and allows for maximum transmission power.