Skip to content

Commit 9d161b0

Browse files
committed
Fix issue #90 - turn off logging icon when not logging
1 parent 99b9a6c commit 9d161b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ void paintLogging()
549549
{
550550
if (online.display == true)
551551
{
552-
if (logIncreasing == true)
552+
if (online.logging == true && logIncreasing == true)
553553
{
554554
//Animate icon to show system running
555555
if (millis() - lastLoggingIconUpdate > 500)

0 commit comments

Comments
 (0)