mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-28 16:52:33 +01:00
outputBuffer Created-all LoRa send to Buffer
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Utils {
|
||||
if (statusAfterBoot && !Config.beacon.sendViaAPRSIS && Config.beacon.sendViaRF) {
|
||||
delay(2000);
|
||||
status += ":>https://github.com/richonguzman/LoRa_APRS_iGate " + versionDate;
|
||||
LoRa_Utils::sendNewPacket("APRS", status);
|
||||
LoRa_Utils::sendNewPacket(status);
|
||||
statusAfterBoot = false;
|
||||
}
|
||||
}
|
||||
@@ -141,7 +141,7 @@ namespace Utils {
|
||||
|
||||
seventhLine = " listening...";
|
||||
|
||||
LoRa_Utils::sendNewPacket("APRS", secondaryBeaconPacket);
|
||||
LoRa_Utils::sendNewPacket(secondaryBeaconPacket);
|
||||
}
|
||||
|
||||
lastBeaconTx = millis();
|
||||
|
||||
Reference in New Issue
Block a user