fix 8266 delay()

pull/131/head
Timm Bogner 1 year ago
parent c9c7767a51
commit ae9197c56c

@ -182,6 +182,7 @@ bool sendFDRS()
esp_now_ack_flag = CRC_NULL;
while (esp_now_ack_flag == CRC_NULL)
{
yield();
delay(0);
}
if (esp_now_ack_flag == CRC_OK)

Loading…
Cancel
Save