mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 05:45:19 +00:00
changing checkreveivedPacket repack1
This commit is contained in:
parent
fc6d16eb54
commit
be908e2120
6 changed files with 72 additions and 59 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue