TNC Text cleaning

This commit is contained in:
richonguzman
2024-03-10 12:16:08 -03:00
parent 7401c36fdf
commit 4247d00be4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ namespace LoRa_Utils {
}
String packetSanitization(String packet) {
Serial.println(packet);
//Serial.println(packet);
if (packet.indexOf("\0")>0) {
packet.replace("\0","");
}