From 8910ab9e9d01cdfc53c41afcc237f0fb992a52fa Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 17 May 2024 17:12:33 -0400 Subject: [PATCH] duplicated variable fix --- src/station_utils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/station_utils.cpp b/src/station_utils.cpp index 15ef587..786370d 100644 --- a/src/station_utils.cpp +++ b/src/station_utils.cpp @@ -22,7 +22,6 @@ extern uint32_t lastTxTime; extern bool sendUpdate; extern uint32_t txInterval; -extern uint32_t lastTx; extern double currentHeading; extern double previousHeading; @@ -36,7 +35,7 @@ extern bool smartBeaconValue; extern uint8_t winlinkStatus; extern bool winlinkCommentState; -extern int wxModuleType;// bmeSensorFound; +extern int wxModuleType; bool sendStandingUpdate = false; uint8_t updateCounter = Config.sendCommentAfterXBeacons;