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 2c0bfc2 commit af447e4Copy full SHA for af447e4
adafruit_rfm69.py
@@ -301,8 +301,6 @@ def __init__(
301
# by default. Users with advanced knowledge can manually reconfigure
302
# for any other mode (consulting the datasheet is absolutely
303
# necessary!).
304
- self.data_mode = 0b00 # Packet mode
305
- self.modulation_type = 0b00 # FSK modulation
306
self.modulation_shaping = 0b01 # Gaussian filter, BT=1.0
307
self.bitrate = 250000 # 250kbs
308
self.frequency_deviation = 250000 # 250khz
0 commit comments