changing checkreveivedPacket repack1

This commit is contained in:
richonguzman
2023-06-07 21:25:31 -04:00
parent fc6d16eb54
commit be908e2120
6 changed files with 72 additions and 59 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ void typeOfPacket(String packet) {
}
}
void process(String packet) {
void processPacket(String packet) {
String firstPart, lastPart;
if (packet != "") {
Serial.print("Received Lora Packet : " + String(packet));