Skip to content

Commit 5224ec4

Browse files
committed
Add a comment
1 parent b4c1ea9 commit 5224ec4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/RTK_Everywhere/WebServer.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,10 @@ static void handleFirmwareFileUpload()
465465
}
466466
else
467467
{
468+
// See issue #811
469+
// The Update.write seems to upload the whole file in one go
470+
// This code never gets called...
471+
468472
binBytesSent = upload.currentSize;
469473

470474
// Send an update to browser every 100k

0 commit comments

Comments
 (0)