Skip to content

Commit

Permalink
killing some delays
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Sep 17, 2024
1 parent 2edb183 commit dd12330
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif

String versionDate = "2024.09.10";
String versionDate = "2024.09.17";
Configuration Config;
WiFiClient espClient;

Expand Down
1 change: 0 additions & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dd12330

Please sign in to comment.