mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-25 18:10:49 +01:00
cleanup
This commit is contained in:
parent
103b4868bf
commit
4e187eb9ab
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue