Skip to content

Commit c664b33

Browse files
committed
remove whitespace
1 parent 7bacbb0 commit c664b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_rfm9x.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,10 @@ def tx_power(self):
496496
high power devices (RFM95/96/97/98, high_power=True) or -1 to 14 for low
497497
power devices. Only integer power levels are actually set (i.e. 12.5
498498
will result in a value of 12 dBm).
499-
The actual maximum setting for high_power=True is 20dBm but for values > 20
499+
The actual maximum setting for high_power=True is 20dBm but for values > 20
500500
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.
501+
Theactual setting is reduced by 3dBm.
502+
The reported value will reflect the reduced setting.
503503
"""
504504
if self.high_power:
505505
return self.output_power + 5

0 commit comments

Comments
 (0)