Skip to content

Commit 361f17d

Browse files
committed
Device_Update: Remove preparing message
1 parent 35f6bab commit 361f17d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Firmware/RTK_Everywhere/Device_Firmware_Update.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -828,10 +828,6 @@ void deviceFirmwareOpenOutput(DEVICE_FIRMWARE_CTX * ctx, uint32_t currentMsec)
828828
// Determine if there is an open routine
829829
if (ctx->_deviceInfo->_open)
830830
{
831-
// Yes, prepare the device for firmware updates
832-
if (settings.debugFirmwareUpdate)
833-
systemPrintf("Preparing the %s for firmware update\r\n",
834-
ctx->_deviceInfo->_deviceName);
835831
result = ctx->_deviceInfo->_open(ctx);
836832
if (result)
837833
break;

0 commit comments

Comments
 (0)