Skip to content

Commit fc0d68f

Browse files
committed
Update debug
1 parent cbf937f commit fc0d68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,12 +1017,12 @@ void GNSS_MOSAIC::factoryReset()
10171017
unsigned long start = millis();
10181018
bool result = sendWithResponse("eccf,RxDefault,Boot\n\r", "CopyConfigFile", 5000);
10191019
if (settings.debugGnss)
1020-
systemPrintf("saveConfiguration: sendWithResponse eccf,RxDefault,Boot returned %s after %d ms\r\n", result ? "true" : "false", millis() - start);
1020+
systemPrintf("factoryReset: sendWithResponse eccf,RxDefault,Boot returned %s after %d ms\r\n", result ? "true" : "false", millis() - start);
10211021

10221022
start = millis();
10231023
result = sendWithResponse("eccf,RxDefault,Current\n\r", "CopyConfigFile", 5000);
10241024
if (settings.debugGnss)
1025-
systemPrintf("saveConfiguration: sendWithResponse eccf,RxDefault,Current returned %s after %d ms\r\n", result ? "true" : "false", millis() - start);
1025+
systemPrintf("factoryReset: sendWithResponse eccf,RxDefault,Current returned %s after %d ms\r\n", result ? "true" : "false", millis() - start);
10261026
}
10271027

10281028
//----------------------------------------

0 commit comments

Comments
 (0)