mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-07 09:22:57 +02:00
changing checkreveivedPacket repack1
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user