mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
killing some delays
This commit is contained in:
parent
2edb183cad
commit
dd12330e85
2 changed files with 1 additions and 2 deletions
|
|
@ -61,7 +61,6 @@ namespace Utils {
|
|||
statusAfterBoot = false;
|
||||
}
|
||||
if (statusAfterBoot && !Config.beacon.sendViaAPRSIS && Config.beacon.sendViaRF) {
|
||||
delay(2000);
|
||||
status.concat(":>https://github.com/richonguzman/LoRa_APRS_iGate ");
|
||||
status.concat(versionDate);
|
||||
STATION_Utils::addToOutputPacketBuffer(status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue