mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-09 17:24:23 +01:00
TNC Text cleaning
This commit is contained in:
parent
7401c36fdf
commit
4247d00be4
|
|
@ -22,7 +22,7 @@
|
|||
Configuration Config;
|
||||
WiFiClient espClient;
|
||||
|
||||
String versionDate = "2024.03.09";
|
||||
String versionDate = "2024.03.10";
|
||||
int myWiFiAPIndex = 0;
|
||||
int myWiFiAPSize = Config.wifiAPs.size();
|
||||
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
||||
|
|
|
|||
|
|
@ -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","");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,9 +83,9 @@ namespace STATION_Utils {
|
|||
packetBuffer_temp.clear();
|
||||
|
||||
// BORRAR ESTO !!
|
||||
for (int i=0; i<packetBuffer.size(); i++) {
|
||||
/*for (int i=0; i<packetBuffer.size(); i++) {
|
||||
Serial.println(packetBuffer[i]);
|
||||
}
|
||||
}*/
|
||||
//
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue