if482.cpp: remove newline on serial output

This commit is contained in:
Klaus K Wilting 2019-01-26 23:20:25 +01:00
parent 335432e692
commit 3285eed0fa

View File

@ -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