This commit is contained in:
richonguzman
2023-06-11 11:12:09 -04:00
parent 146152be95
commit d740d214b0
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -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();