Skip to content

Commit af447e4

Browse files
committed
remove a few unneded settings that are alredy defaults
1 parent 2c0bfc2 commit af447e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_rfm69.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ def __init__(
301301
# by default. Users with advanced knowledge can manually reconfigure
302302
# for any other mode (consulting the datasheet is absolutely
303303
# necessary!).
304-
self.data_mode = 0b00 # Packet mode
305-
self.modulation_type = 0b00 # FSK modulation
306304
self.modulation_shaping = 0b01 # Gaussian filter, BT=1.0
307305
self.bitrate = 250000 # 250kbs
308306
self.frequency_deviation = 250000 # 250khz

0 commit comments

Comments
 (0)