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 2fd4dfe commit 1e23cc8Copy full SHA for 1e23cc8
adafruit_rfm69.py
@@ -320,9 +320,6 @@ def __init__( # pylint: disable=invalid-name
320
self._write_u8(_REG_FIFO_THRESH, 0b10001111)
321
# Configure low beta off.
322
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)
326
# Set the syncronization word.
327
self.sync_word = sync_word
328
self.preamble_length = preamble_length # Set the preamble length.
0 commit comments