We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdba40f commit 242aa94Copy full SHA for 242aa94
src/esp3dlib.cpp
@@ -106,7 +106,7 @@ void Esp3DLib::idletask() {
106
ESP3DLIB_RUNNING_CORE /* Core to run the task */
107
);
108
#ifdef DISABLE_WDT_ESP3DLIB_TASK
109
- if (esp_task_wdt_status(NULL) == ESP_OK) {
+ if (esp_task_wdt_status(ESP3DHal::xHandle) == ESP_OK) {
110
esp_task_wdt_delete(ESP3DHal::xHandle);
111
}
112
#endif // DISABLE_WDT_ESP3DLIB_TASK
0 commit comments