Skip to content
Snippets Groups Projects
Commit 5bf7c472 authored by LANGLAIS Charlotte's avatar LANGLAIS Charlotte
Browse files

modified: PingPong/main.py

parent a6273c9f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import time
# Please pick the region that matches where you are using the device
lora = LoRa(mode=LoRa.LORA, region=LoRa.EU868)
lora = LoRa(mode=LoRa.LORA, region=LoRa.EU868, adr=False)
print('Coding rate {}'.format(lora.coding_rate()))
#lora.sf(12)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment