Skip to content

Commit 1e23cc8

Browse files
committed
Remove unnecessary init of power amplifiers
1 parent 2fd4dfe commit 1e23cc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adafruit_rfm69.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,6 @@ def __init__( # pylint: disable=invalid-name
320320
self._write_u8(_REG_FIFO_THRESH, 0b10001111)
321321
# Configure low beta off.
322322
self._write_u8(_REG_TEST_DAGC, 0x30)
323-
# Disable boost.
324-
self._write_u8(_REG_TEST_PA1, _TEST_PA1_NORMAL)
325-
self._write_u8(_REG_TEST_PA2, _TEST_PA2_NORMAL)
326323
# Set the syncronization word.
327324
self.sync_word = sync_word
328325
self.preamble_length = preamble_length # Set the preamble length.

0 commit comments

Comments
 (0)