We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bacbb0 commit c664b33Copy full SHA for c664b33
adafruit_rfm9x.py
@@ -496,10 +496,10 @@ def tx_power(self):
496
high power devices (RFM95/96/97/98, high_power=True) or -1 to 14 for low
497
power devices. Only integer power levels are actually set (i.e. 12.5
498
will result in a value of 12 dBm).
499
- The actual maximum setting for high_power=True is 20dBm but for values > 20
+ The actual maximum setting for high_power=True is 20dBm but for values > 20
500
the PA_BOOST will be enabled resultiung in ad additonla gain of 3dBm.
501
- Theactual setting is reduced by 3dBm.
502
- The reported value will reflect the reduded setting.
+ Theactual setting is reduced by 3dBm.
+ The reported value will reflect the reduced setting.
503
"""
504
if self.high_power:
505
return self.output_power + 5
0 commit comments