We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412e6af commit a16d1c9Copy full SHA for a16d1c9
Firmware/RTK_Everywhere/menuMessages.ino
@@ -281,8 +281,9 @@ bool beginLogging(const char *customFileName)
281
return(false);
282
}
283
284
- fileSize = 0;
+ logFileSize = 0;
285
lastLogSize = 0; // Reset counter - used for displaying active logging icon
286
+ lastFileReport = millis(); // Fake last file report to avoid an immediate timeout
287
288
bufferOverruns = 0; // Reset counter
289
0 commit comments