pablodg92:
// Send it off
ttn.sendBytes(lpp.getBuffer(), lpp.getSize());
delay(10000);
Are you sending the data every 10 seconds ?
pablodg92:
// Send it off
ttn.sendBytes(lpp.getBuffer(), lpp.getSize());
delay(10000);
Are you sending the data every 10 seconds ?