You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "components\esp8266\include\esp_task_wdt.h" is included in C++ code and 'esp_task_wdt_reset()' is called, it leads to a link error of "undefine reference to 'esp_task_wdt_reset()'" !
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
esp_task_wdt.h doesn't have C++ calling convention
esp_task_wdt.h doesn't have C++ calling convention (GIT8266O-437)
Apr 11, 2020
When "components\esp8266\include\esp_task_wdt.h" is included in C++ code and 'esp_task_wdt_reset()' is called, it leads to a link error of "undefine reference to 'esp_task_wdt_reset()'" !
Insert following code should resolve this error:
The text was updated successfully, but these errors were encountered: