mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-07 09:22:57 +02:00
ok1
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ void processPacket(String packet) {
|
||||
lastScreenOn = millis();
|
||||
} else if (stationMode ==4){
|
||||
utils::typeOfPacket(packet);
|
||||
loraPacket = packet.substring(3,packet.indexOf(",")+1) + Config.callsign + "*" + packet.substring(packet.indexOf(",")+1);
|
||||
loraPacket = packet.substring(3,packet.indexOf(",")+1) + Config.callsign + "*" + packet.substring(packet.indexOf(","));
|
||||
delay(500);
|
||||
if (stationMode == 4) {
|
||||
LoRa_Utils::changeFreqTx();
|
||||
|
||||
Reference in New Issue
Block a user