From d69dc68a5640c6a862721cc86f2bd445c23dd09f Mon Sep 17 00:00:00 2001 From: Aleksey Degtyarev Date: Fri, 12 Sep 2025 13:16:27 +0700 Subject: [PATCH] Update Mount.cpp fix _lastInfoUpdate --- src/Mount.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mount.cpp b/src/Mount.cpp index 8a917214..001e0309 100644 --- a/src/Mount.cpp +++ b/src/Mount.cpp @@ -96,6 +96,7 @@ void Mount::initializeVariables() _mountStatus = 0; _lastDisplayUpdate = 0; + _lastInfoUpdate = 0; _stepperWasRunning = false; _latitude = Latitude(inNorthernHemisphere ? 45.0f : -45.0f); _longitude = Longitude(100.0);