From 1301c6f36883a4079edbd25ca8fa03619561c3de Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Mon, 3 Mar 2025 10:01:54 +0100 Subject: [PATCH] Fixes --- automation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation.h b/automation.h index ee4716d..39060b3 100644 --- a/automation.h +++ b/automation.h @@ -7,7 +7,7 @@ namespace esphome { -template class Marlin2WriteAction : public Action, public Parented { +template class Marlin2WriteAction : public Action, public Parented { public: void set_data_template(std::function(Ts...)> func) { this->data_func_ = func;