Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P157-plugin-14-segment-display

This commit is contained in:
Ton Huisman
2026-07-25 21:31:34 +02:00
+1 -2
View File
@@ -817,8 +817,7 @@ bool PluginCall(uint8_t Function, struct EventStruct *event, String& str)
}
}
if ((Function == PLUGIN_INIT)
|| (Function == PLUGIN_EXIT)) {
if (Function == PLUGIN_INIT) {
clearTaskCache(event->TaskIndex);
UserVar.clear_computed(event->TaskIndex);
}