LoRa Sender

Sending hello in a loop over LoRaWan.

forever(function() {
    lora.sendString("hello");
    pause(500);
})
feature=lora
lora