diff --git a/src/if482.cpp b/src/if482.cpp index 698424e2..cf6a9854 100644 --- a/src/if482.cpp +++ b/src/if482.cpp @@ -118,6 +118,6 @@ String if482Telegram(time_t t) { } // interrupt triggered routine -void sendIF482(time_t t) { IF482.println(if482Telegram(t)); } +void sendIF482(time_t t) { IF482.print(if482Telegram(t)); } #endif // HAS_IF482 \ No newline at end of file