From 2a45ccef2cdfaf92a8dd007ef3f9345f3964be52 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 8 Nov 2023 22:19:17 -0300 Subject: [PATCH] cleanup --- src/station_utils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/station_utils.cpp b/src/station_utils.cpp index 4633a76..073acd5 100644 --- a/src/station_utils.cpp +++ b/src/station_utils.cpp @@ -5,7 +5,6 @@ #include "configuration.h" #include "power_utils.h" #include "lora_utils.h" -#include "msg_utils.h" #include "bme_utils.h" #include "gps_utils.h" #include "display.h" @@ -21,7 +20,6 @@ extern TinyGPSPlus gps; extern PowerManagement powerManagement; extern std::vector lastHeardStation; extern std::vector lastHeardStation_temp; -extern String fourthLine; extern int myBeaconsIndex; extern String firstNearTracker;