B
@bartvandeenen
Reply to myself!!!!
The ABP lora function call does cause a hard crash, if you provide it the wrong parameter:
DEV_ADDR = struct.unpack(">l", binascii.unhexlify('311...513'))
And then call
lora.join(activation=LoRa.ABP, auth=(DEV_ADDR, NWK_SESSKEY, APP_SESSKEY))
The problem is I forgot to take the first item from the struct.unpack array return!
To be honest, it doesn't help that the documentation shows this in blue on darkgrey