Arduino: Confused about wdtFeed, esp_yield and yield

Created on 21 Jan 2016  路  2Comments  路  Source: esp8266/Arduino

I have some trouble with the latest SoftwareSerial library:
https://github.com/esp8266/Arduino/issues/1426
and I am wondering if this could be fixed with either

    ESP.wdtFeed();
    esp_yield();
    yield();

But what is the difference and how could any of them help to avoid WDT Resets?

Most helpful comment

I'd like to know what is the difference between these functions?

All 2 comments

Never mind, if I look closer to where the softwareserial crashes, I don't think a yield or wdtfeed will help.
Closing this.

I'd like to know what is the difference between these functions?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Khorne13 picture Khorne13  路  3Comments

dariopb picture dariopb  路  3Comments

tiestvangool picture tiestvangool  路  3Comments

markusschweitzer picture markusschweitzer  路  3Comments

hoacvxd picture hoacvxd  路  3Comments