Closed halukmy closed 5 years ago
i want share more detail,
when i up spread spectrum to 12, this problem begins..
spread spectrum 12 and lora.endpacket(true) = boooom...
but if not use endpacket or only lora.endpacket(); no problem but, continus messages are terrible slows
Do you have a yield statement in your sketch? Are you aware that the esp needs a watchdog reset within a second
This issue is related to what @universam1 is suggested, if you hold the main loop the ESP will trigger the Watch Dog Timer and reset
if i use LoRa.endPacket(true ); // finish packet and send it
if i not use (true),, just so slowly works..
why is it?