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