mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-18 07:16:18 +02:00
TNC Text cleaning
This commit is contained in:
+1
-1
@@ -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","");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user