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

tiestvangool picture tiestvangool  路  3Comments

Chagui- picture Chagui-  路  3Comments

SmartSouth picture SmartSouth  路  3Comments

mreschka picture mreschka  路  3Comments

treii28 picture treii28  路  3Comments