mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-11 09:04:53 +00:00
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P157-plugin-14-segment-display
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user