kill white spaces

This commit is contained in:
richonguzman
2025-05-18 08:44:46 -04:00
parent 9baf066386
commit 194ae94a43
22 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace SYSLOG_Utils {
String syslogPacket = "<165>1 - ";
syslogPacket.concat(Config.callsign);
syslogPacket.concat(" CA2RXU_LoRa_iGate_3.0 - - - "); //RFC5424 The Syslog Protocol
char signalData[35];
snprintf(signalData, sizeof(signalData), " / %ddBm / %.2fdB / %dHz", rssi, snr, freqError);