LoRa Sender

Read packets in a loop over LoRaWan.

forever(function() {
    console.log(lora.readString());
})
feature=lora
lora