Skip to content

Commit 39ed7b9

Browse files
committed
Remove online.logging check from menuLog ARP Logging option - see #730
1 parent 3546970 commit 39ed7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/menuMessages.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ void menuLog()
183183
beginLogging(); // Create new file based on current RTC.
184184
setLoggingType(); // Determine if we are standard, PPP, or custom. Changes logging icon accordingly.
185185
}
186-
else if (incoming == 5 && settings.enableLogging == true && online.logging == true)
186+
else if (incoming == 5 && settings.enableLogging == true)
187187
{
188188
settings.enableARPLogging ^= 1;
189189
}

0 commit comments

Comments
 (0)