fix 8266 delay()

This commit is contained in:
Timm Bogner 2023-03-02 12:12:04 -06:00
parent c9c7767a51
commit ae9197c56c

View File

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