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

View file

@ -64,6 +64,14 @@ String createPacket(String packet) {
} else {
return packet.substring(3, packet.indexOf(':')) + ",qAO," + Config.callsign + packet.substring(packet.indexOf(':')) + "\n";
}
}
void processLoRaPacket(String packet) {
}
/*void processSplitedMessage(String addressee, String message1, String message2) {