We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83a865 commit 18e5ab4Copy full SHA for 18e5ab4
src/current.cpp
@@ -81,6 +81,9 @@ void current_setJob(const Notification ¬ification)
81
if (current_job_is_valid == 1)
82
{
83
current_job_next = new Job(notification, *current_subscribe, current_difficulty);
84
+#if defined(ESP8266)
85
+ ESP.wdtFeed();
86
+#endif
87
l_info(TAG_CURRENT, "Job: %s queued", current_job_next->job_id.c_str());
88
return;
89
}
0 commit comments