From 4e187eb9ab174968524ff4016ca3adb87de3eec1 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sun, 21 May 2023 23:43:12 -0400 Subject: [PATCH] cleanup --- src/LoRa_APRS_iGate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index c303fe5..012fc00 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -18,7 +18,6 @@ WiFiClient espClient; String ConfigurationFilePath = "/igate_conf.json"; Configuration Config(ConfigurationFilePath); - uint32_t lastTxTime = 0; static bool beacon_update = true; unsigned long previousWiFiMillis = 0;