checking freqs digirepeater

This commit is contained in:
richonguzman
2023-06-08 17:09:05 -04:00
parent 0a2c7ed9ee
commit c81a04a315
10 changed files with 79 additions and 41 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ void processPacket(String packet) {
typeOfPacket(packet);
firstPart = packet.substring(3,packet.indexOf(",")+1);
lastPart = packet.substring(packet.indexOf(":"));
Serial.println(firstPart + Config.callsign + lastPart);
Serial.println(firstPart + Config.callsign + "*" + lastPart);
delay(500);
if (stationMode == 4) { // Digirepeating with Freq Rx != Tx
LoRa_Utils::changeFreqTx();