Skip to content

Commit

Permalink
revise sf example
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryneedell committed Jan 28, 2025
1 parent f2ff1e4 commit ab48f2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/rfm_lora_sf_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
elif rfm.spreading_factor > 7:
rfm.receive_timeout = 2
print("receive_timeout set to: ", rfm.receive_timeout)
# set node addresses
# rfm.node = 100
# rfm.destination = 0xFF
rfm.enable_crc = True
# send startup message
message = bytes(f"startup message from base", "UTF-8")
Expand Down

0 comments on commit ab48f2e

Please sign in to comment.