When using the autonomo with a LoraBee; what is the best place to put the LoRaBee.initABP()
sequence?
I’ve refactored it to it’s own function. But should I call it on start, or just before sending the payload? What’s the best practice?
When using the autonomo with a LoraBee; what is the best place to put the LoRaBee.initABP()
sequence?
I’ve refactored it to it’s own function. But should I call it on start, or just before sending the payload? What’s the best practice?
put it in setup() you should call it once …