pull/172/head
Timm Bogner 1 year ago
parent d976019131
commit dbd2f185fa

@ -494,8 +494,8 @@ uint32_t pingFDRSLoRa(uint16_t *address, uint32_t timeout)
while ((millis() - ping_start) <= timeout)
{
handleLoRa();
#ifdef ESP8266 // yeild appears to be only needed by the ESP8266 MCUs
yield(); // do I need to yield or does it automatically?
#ifdef ESP8266
yield();
#endif
if (pingFlag)
{

Loading…
Cancel
Save