mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-06 15:05:57 +00:00
bug fix
This commit is contained in:
parent
07287c500a
commit
e3e077e656
1 changed files with 7 additions and 8 deletions
|
|
@ -40,15 +40,14 @@ namespace DIGI_Utils {
|
|||
espClient.write(APRS_IS_Utils::createPacket(packet).c_str());
|
||||
Serial.print("(Uploaded to APRS-IS)");
|
||||
}
|
||||
//loraPacket = packet.substring(3);
|
||||
//
|
||||
loraPacket = packet.substring(3) + " test sM6";
|
||||
//
|
||||
if (stationMode==6) {
|
||||
loraPacket = packet.substring(3) + " test sM6";
|
||||
delay(5000);
|
||||
} else {
|
||||
loraPacket = packet.substring(3);
|
||||
delay(500);
|
||||
}
|
||||
loraPacket.replace("WIDE1-1", Config.callsign + "*");
|
||||
//delay(500);
|
||||
//
|
||||
delay(5000);
|
||||
//
|
||||
LoRa_Utils::sendNewPacket("APRS", loraPacket);
|
||||
display_toggle(true);
|
||||
lastScreenOn = millis();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue