Default Parameters
-
Hello,
when none of the parameters liek SF, coding rate, tx power are mentioned in the initialization like this:
lora = LoRa(mode=LoRa.LORA, region=LoRa.US915)what happens to the parameters mentioned above? Do they take in default values like SF = 6 , tx power = 14?
Can someone please clarify?
-
@robert-hh thanks there is not much described here about the standard values in the initialiazation.
-
@snehasg96 yes, they do. It is all documented. See https://docs.pycom.io/firmwareapi/pycom/network/lora.html