From e7be05848b0a3ad4956971382cbb24d46b4d8eed Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 28 Dec 2024 10:22:50 +0100 Subject: [PATCH] Six @ssieb suggestion abouth pointers --- marlin2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marlin2.cpp b/marlin2.cpp index f83a6b0..9aaa005 100644 --- a/marlin2.cpp +++ b/marlin2.cpp @@ -256,7 +256,7 @@ namespace esphome { current = ((d)*24*60*60) + ((h)*60*60) + ((m)*60) + (s); - return 0; + return 1; } } // namespace esphome \ No newline at end of file