Open ichatz opened 4 years ago
I get the error with both firmwares:
I initialize the LoRa module using the init command.
from network import LoRa import socket import binascii import struct import time lora = LoRa(mode=LoRa.LORAWAN, region=LoRa.EU868)
I get the same behavior with LoRa.LORA.
Gives the same error with all the examples for LoRa from the pycom-libraries repository.
Does the coredump provide any additional information?
I get the error with both firmwares:
I initialize the LoRa module using the init command.
I get the same behavior with LoRa.LORA.
Gives the same error with all the examples for LoRa from the pycom-libraries repository.